diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-09-13 18:29:08 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-13 18:29:08 +0000 |
commit | 155c182a5c776096f75403f3bcd3a6d713897181 (patch) | |
tree | c6acd9d1f2961196efeba768a0cae4e8df6da57a /usr.bin/Makefile | |
parent | 9e0a9e9833dbb82df922821ea4c64cf45b32fb57 (diff) | |
download | src-155c182a5c776096f75403f3bcd3a6d713897181.tar.gz src-155c182a5c776096f75403f3bcd3a6d713897181.zip |
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index f98a7a98483d..644d0b075505 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -56,6 +56,7 @@ SUBDIR= alias \ fstat \ fsync \ ftp \ + gcore \ gencat \ getconf \ getopt \ @@ -228,7 +229,6 @@ SUBDIR+=vacation # Things that don't compile on alpha or are aout specific: SUBDIR+=ar \ doscmd \ - gcore \ ncplist \ ncplogin \ nm \ |