Blame


1 2b0eee35 2021-09-21 thomas.ad SUBDIRS = compat libexec got tog gotadmin
2 dd038bc6 2021-09-21 thomas.ad
3 0e50a59a 2021-09-29 thomas include $(top_builddir)/Makefile.common
4 0e50a59a 2021-09-29 thomas
5 0b2bb718 2021-09-21 thomas.ad EXTRA_DIST = CHANGES CHANGELOG
6 0b2bb718 2021-09-21 thomas.ad
7 dd038bc6 2021-09-21 thomas.ad LDADD = $(LIBOBJS)
8 dd038bc6 2021-09-21 thomas.ad
9 d3f2ad5e 2021-09-21 thomas.ad tests:
10 d3f2ad5e 2021-09-21 thomas.ad $(MAKE) -C regress/cmdline -f Makefile.linux