summaryrefslogtreecommitdiffstats
path: root/usr.bin/id
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
commit3ac06aac07cc33b027d1fa594ed74029dcb95797 (patch)
tree80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/id
parent2751343523c9bb9aa93dd1140a938c0f6077551a (diff)
downloadFreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.zip
FreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.tar.gz
More merry makefile munging for man page compatability.
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index 0168e7e..741c6de 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>
OpenPOWER on IntegriCloud