diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-21 08:41:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-21 08:41:35 +0000 |
commit | 14d606547b2abcddd219f4ee712c150e1a7c79a7 (patch) | |
tree | 6e47d23174406537ee744613ff4c5184a8d535fb /usr.bin/tip/Makefile.inc | |
parent | b65a162445da436af501c17fb4d50164c1c63c5f (diff) | |
download | FreeBSD-src-14d606547b2abcddd219f4ee712c150e1a7c79a7.zip FreeBSD-src-14d606547b2abcddd219f4ee712c150e1a7c79a7.tar.gz |
Makefile.inc was conditionally setting vars already set by bsd.own.mk
which is read before tip's own Makefile is. Move those varables here
where they will do some good.
Diffstat (limited to 'usr.bin/tip/Makefile.inc')
-rw-r--r-- | usr.bin/tip/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc deleted file mode 100644 index 4a9bb26..0000000 --- a/usr.bin/tip/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# These are mostly just for tip, but they're more visible up here. -BINDIR?= /usr/bin -BINOWN?= uucp -BINGRP?= dialer -BINMODE?= 4510 |