Makefile revision 1637
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	id
4MAN1=   id.0 groups.0 whoami.0
5
6# XXX BROKEN:	afterinstall:
7afterinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
12#XXX	${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0
13#XXX	${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0
14
15.include <bsd.prog.mk>
16