diff options
| author | dan <dan@NetBSD.org> | 2006-05-22 12:32:20 +0000 |
|---|---|---|
| committer | dan <dan@NetBSD.org> | 2006-05-22 12:32:20 +0000 |
| commit | 450da78dd939c61252c839e12ff89e091d1f8594 (patch) | |
| tree | 89a163fa7a553d54b36960dd6a683d53349aacf7 /usr.bin/tip | |
| parent | d6b63d330de5a1bfc39dec6ffc991d0f612e81ab (diff) | |
the intention of the whole tip-as-cu thing was to allow tip-as-cu and
have a cu command installed, even when the rest of uucp was removed
via MKUUCP=no. The old uucp-derived cu is no more, and is not
installed in either case.
make it so, by correcting some confusion that had made the non-uucp
tip-as-cu cu conditional on MKUUCP
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index f699c722316..83f2bd6344b 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/04/08 20:07:29 christos Exp $ +# $NetBSD: Makefile,v 1.27 2006/05/22 12:32:20 dan Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # # Files are: @@ -29,10 +29,8 @@ WARNS=4 PROG= tip -.if !defined(MKUUCP) || ${MKUUCP} != no LINKS= ${BINDIR}/tip ${BINDIR}/cu MLINKS= tip.1 cu.1 -.endif CPPFLAGS+=-I${.CURDIR} \ -DDEFBR=9600 -DDEFFS=BUFSIZ -DHAYES \ #-DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 |
