summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/Makefile.inc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-01 09:14:37 +0000
committerjkh <jkh@FreeBSD.org>1995-04-01 09:14:37 +0000
commita772acc31c532c77d31cda39d74c027ccdaeca83 (patch)
tree68ae85c96cb48dbc9d1c7ca7e90d9cc04bb7d085 /usr.bin/tip/Makefile.inc
parentde0526056f698a8d353d087cba009508d9bd5e20 (diff)
downloadFreeBSD-src-a772acc31c532c77d31cda39d74c027ccdaeca83.zip
FreeBSD-src-a772acc31c532c77d31cda39d74c027ccdaeca83.tar.gz
Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.
Diffstat (limited to 'usr.bin/tip/Makefile.inc')
-rw-r--r--usr.bin/tip/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc
new file mode 100644
index 0000000..4a9bb26
--- /dev/null
+++ b/usr.bin/tip/Makefile.inc
@@ -0,0 +1,5 @@
+# These are mostly just for tip, but they're more visible up here.
+BINDIR?= /usr/bin
+BINOWN?= uucp
+BINGRP?= dialer
+BINMODE?= 4510
OpenPOWER on IntegriCloud