summaryrefslogtreecommitdiff
path: root/usr.bin/id/Makefile
blob: 626714b74f84b2f93d87fd221e7f97bcab8df5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:34:22 deraadt Exp $

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

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

.include <bsd.prog.mk>