summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkdep/Makefile')
-rw-r--r--usr.bin/mkdep/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile
index c94d0c3..463466c 100644
--- a/usr.bin/mkdep/Makefile
+++ b/usr.bin/mkdep/Makefile
@@ -1,10 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
-MAN= mkdep.1
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/mkdep.gcc.sh ${DESTDIR}${BINDIR}/mkdep
+SCRIPTS= mkdep.gcc.sh
+MAN= mkdep.1
+SCRIPTSNAME= mkdep
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud