diff options
author | tjr <tjr@FreeBSD.org> | 2002-05-28 05:07:42 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-05-28 05:07:42 +0000 |
commit | c749049ff87b6c015ef289830c6eb0cab143b2a4 (patch) | |
tree | e4a3c4ac5c46d4f3aebce088e6dda118c1484188 /usr.bin/Makefile | |
parent | 16f4712bc49c4454e88b054e091d882a9cebd4fc (diff) | |
download | FreeBSD-src-c749049ff87b6c015ef289830c6eb0cab143b2a4.zip FreeBSD-src-c749049ff87b6c015ef289830c6eb0cab143b2a4.tar.gz |
Hook newgrp(1) up to the build.
PR: 36190
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 0d7aaa1..892eb41 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -109,6 +109,7 @@ SUBDIR= apply \ mt \ ncal \ netstat \ + newgrp \ nfsstat \ nice \ nl \ |