From 7b24b5045840dfbcc648f57b9a02fc867e1a5565 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 13 Sep 2001 14:26:31 +0000 Subject: [PATCH] Now that we have it, replace `afterinstall' target with SCRIPTS. --- usr.bin/id/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index 8ecd6e96bd4a..6243d61b5399 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -3,13 +3,7 @@ PROG= id WARNS?= 2 +SCRIPTS=groups.sh whoami.sh MAN= id.1 groups.1 whoami.1 -# XXX BROKEN: afterinstall: -afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/groups.sh ${DESTDIR}${BINDIR}/groups - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/whoami.sh ${DESTDIR}${BINDIR}/whoami - .include