diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
| commit | b35bdc400c79dfa100f3f9da0489f9c9e413eeca (patch) | |
| tree | 80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/id | |
| parent | b4162996d56ca3394816f639ed24219e8d41c65e (diff) | |
Notes
Diffstat (limited to 'usr.bin/id')
| -rw-r--r-- | usr.bin/id/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index 0168e7e0dd76..741c6deaf8ae 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= id -MAN1= id.0 groups.0 whoami.0 +MAN1= id.1 groups.1 whoami.1 # XXX BROKEN: afterinstall: afterinstall: @@ -9,7 +9,5 @@ afterinstall: ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami -#XXX ${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0 -#XXX ${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0 .include <bsd.prog.mk> |
