diff options
Diffstat (limited to 'tests/uniq')
-rw-r--r-- | tests/uniq/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 2cc3c304b..cde96090a 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -70,6 +70,7 @@ CXX = @CXX@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -86,9 +87,12 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ MAKEINFO = @MAKEINFO@ +MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ NEED_SETGID = @NEED_SETGID@ +OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@ +OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ |