xref: /openbsd/usr.bin/id/Makefile (revision 3d8817e4)
1#	$OpenBSD: Makefile,v 1.4 1997/04/27 20:56:45 millert Exp $
2
3PROG=	id
4MAN=	id.1 groups.1 whoami.1
5
6afterinstall:
7	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
9	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10	    ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
11
12.include <bsd.prog.mk>
13