summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-10 05:43:40 +0000
committerjake <jake@FreeBSD.org>2002-08-10 05:43:40 +0000
commitba018bfce303ee931c1bf83118cbe1478a47f53e (patch)
tree0d2078df653db6ac35cd9b34751ccac454789640 /usr.bin
parente3c4c6c9daa5f8657f056c8088ad060282c15bbe (diff)
downloadFreeBSD-src-ba018bfce303ee931c1bf83118cbe1478a47f53e.zip
FreeBSD-src-ba018bfce303ee931c1bf83118cbe1478a47f53e.tar.gz
Put getconf in the right place.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 87f6297..a297d60 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
OpenPOWER on IntegriCloud