summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/id/Makefile')
-rw-r--r--usr.bin/id/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
deleted file mode 100644
index 741c6de..0000000
--- a/usr.bin/id/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
-
-PROG= id
-MAN1= id.1 groups.1 whoami.1
-
-# 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
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud