diff options
Diffstat (limited to 'usr.bin/newgrp/Makefile')
-rw-r--r-- | usr.bin/newgrp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile index 8195348bf3f8..30d8fa4f4d6c 100644 --- a/usr.bin/newgrp/Makefile +++ b/usr.bin/newgrp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newgrp/Makefile,v 1.3 2004/11/03 18:01:20 ru Exp $ PROG= newgrp DPADD= ${LIBCRYPT} ${LIBUTIL} |