freebsd_amp_hwpstate/usr.bin/id/Makefile

14 lines
363 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= id
MAN1= id.1 groups.1 whoami.1
1994-05-27 12:33:43 +00:00
# XXX BROKEN: afterinstall:
1994-05-27 12:33:43 +00:00
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1994-05-27 12:33:43 +00:00
${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1994-05-27 12:33:43 +00:00
${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
.include <bsd.prog.mk>