summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
committerru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
commitbbef88e1a5535074053d60fa0fa2b5832f7de5ea (patch)
tree7fd7e5683e347709f8bd623688bd94074689c72a /share/misc/Makefile
parent650091c3142d295b29e3809e946f4d064cc805a4 (diff)
downloadFreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.zip
FreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.tar.gz
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r--share/misc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 6896666..0e1c753 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -5,11 +5,6 @@ FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee \
iso3166 iso639 man.template mdoc.template operator pci_vendors \
scsi_modes usb_hid_usages
NOOBJ= noobj
-
-all clean cleandir depend lint tags:
-
-install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
- ${FILES} ${DESTDIR}${BINDIR}/misc
+FILESDIR= ${BINDIR}/misc
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud