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

PROG=	id
MAN=	id.1 groups.1 whoami.1

# XXX BROKEN:	afterinstall:
afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/groups.sh ${DESTDIR}${BINDIR}/groups
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/whoami.sh ${DESTDIR}${BINDIR}/whoami

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