NetBSD/usr.bin/id/Makefile

14 lines
387 B
Makefile
Raw Normal View History

1994-05-06 03:24:26 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.3 1994/05/05 23:24:26 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= id
1994-05-06 03:24:26 +04:00
MAN1= id.0 groups.0 whoami.0
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
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>