summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/Makefile
blob: 44eaa4ac64b4cc5c0e6f6db74584cfe5c91838a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	id
MAN1=   id.0 groups.0 whoami.0

afterinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
	${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0
	${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud