[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / id

File: [local] / src / usr.bin / id / Makefile (download)

Revision 1.1, Wed Oct 18 08:45:24 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.1 1995/10/18 08:45:24 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>