diff options
Diffstat (limited to 'usr.bin/id/Makefile')
-rw-r--r-- | usr.bin/id/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index 96c162f..7d78b50 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -4,7 +4,6 @@ .include <bsd.own.mk> PROG= id -WARNS?= 6 LINKS= ${BINDIR}/id ${BINDIR}/groups LINKS+= ${BINDIR}/id ${BINDIR}/whoami MAN= id.1 groups.1 whoami.1 |