Makefile revision 74848
11590Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
274848Sru# $FreeBSD: head/usr.bin/id/Makefile 74848 2001-03-27 10:52:19Z ru $
31590Srgrimes
41590SrgrimesPROG=	id
574848SruMAN=	id.1 groups.1 whoami.1
61590Srgrimes
71637Srgrimes# XXX BROKEN:	afterinstall:
81590Srgrimesafterinstall:
99701Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1022210Swosch	    ${.CURDIR}/groups.sh ${DESTDIR}${BINDIR}/groups
119701Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1222210Swosch	    ${.CURDIR}/whoami.sh ${DESTDIR}${BINDIR}/whoami
131590Srgrimes
141590Srgrimes.include <bsd.prog.mk>
15