summaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2006-04-04 15:09:50 +0000
committerdyoung <dyoung@NetBSD.org>2006-04-04 15:09:50 +0000
commitca9de39d07793ca0cb07770ab28dc237471accd2 (patch)
tree5c8a13197aab542274e961075fb28967e631e115 /usr.bin/tip
parentafa610222b5ea31d289ed2b93fbfc3c000971206 (diff)
If MKUUCP=no, do not create links for cu and its manual page.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile
index ac75c60d77c..d20923127d0 100644
--- a/usr.bin/tip/Makefile
+++ b/usr.bin/tip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/04/03 05:05:55 yamt Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/04 15:09:50 dyoung Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
#
# Files are:
@@ -27,8 +27,10 @@
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