summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-29 00:44:15 +0000
committerbrian <brian@FreeBSD.org>1998-01-29 00:44:15 +0000
commit342874fb3a430098462eda4d3bcddbd0c7e8c6a1 (patch)
tree726d84834f4d440b6eac3d1bfab80e09848fc40b /usr.sbin/ppp/Makefile
parent77370f92cc7ada30ca8ae112692bf65148836220 (diff)
downloadFreeBSD-src-342874fb3a430098462eda4d3bcddbd0c7e8c6a1.zip
FreeBSD-src-342874fb3a430098462eda4d3bcddbd0c7e8c6a1.tar.gz
Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCH
is defined.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index e67406b..4969b34 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.34 1997/12/13 02:37:20 brian Exp $
+# $Id: Makefile,v 1.35 1998/01/17 14:21:21 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c ccp.c chap.c chat.c command.c deflate.c \
@@ -14,6 +14,10 @@ BINMODE=4550
BINOWN= root
BINGRP= network
+.if defined(RELEASE_CRUNCH)
+CFLAGS+=-DRELEASE_CRUNCH
+.endif
+
.if defined(NOALIAS) || defined(RELEASE_CRUNCH)
CFLAGS+=-DNOALIAS
.else
OpenPOWER on IntegriCloud