From ba018bfce303ee931c1bf83118cbe1478a47f53e Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 10 Aug 2002 05:43:40 +0000 Subject: [PATCH] Put getconf in the right place. --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 87f6297b635..a297d609252 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -57,6 +57,7 @@ SUBDIR= alias \ fsync \ ftp \ gencat \ + getconf \ getopt \ gprof \ head \ @@ -248,7 +249,6 @@ SUBDIR+=uac .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64" SUBDIR+=xlint .endif -SUBDIR+=getconf .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=chkey newkey -- 2.45.2