diff options
Diffstat (limited to 'usr.bin/tip/Makefile.inc')
-rw-r--r-- | usr.bin/tip/Makefile.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc index 3eb8d69..265f86d 100644 --- a/usr.bin/tip/Makefile.inc +++ b/usr.bin/tip/Makefile.inc @@ -1,6 +1,3 @@ -# These are mostly just for tip, but they're more visible up here. # $FreeBSD$ -BINDIR?= /usr/bin -BINOWN?= uucp -BINGRP?= dialer -BINMODE?= 4510 + +.include "../Makefile.inc" |