9f23196c42
to just install:, sperious targets and CLEANFILES removed.
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= id
|
|
MAN1= id.0 groups.0 whoami.0
|
|
|
|
# XXX BROKEN: afterinstall:
|
|
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
|
|
#XXX ${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0
|
|
#XXX ${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0
|
|
|
|
.include <bsd.prog.mk>
|