summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@openbsd.org>1997-11-26 01:37:32 +0000
committerbrian <brian@openbsd.org>1997-11-26 01:37:32 +0000
commitc03797b6a188677bb5d2f7de86459f6f8f170888 (patch)
tree36781ac4b5aeaa814163f8f4502540091aea5467
parentfix Op Fl (diff)
downloadwireguard-openbsd-c03797b6a188677bb5d2f7de86459f6f8f170888.tar.xz
wireguard-openbsd-c03797b6a188677bb5d2f7de86459f6f8f170888.zip
Don't look for /usr/include/alias.h in the Makefile,
expect ``make -DHAVE_LIBALIAS'' instead. alias.h poo poo'd by: Theo
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index cba6c77f181..6ca20f0867d 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1997/11/23 20:27:32 brian Exp $
+# $Id: Makefile,v 1.2 1997/11/26 01:37:32 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c ccp.c chap.c chap_ms.c chat.c \
@@ -14,7 +14,7 @@ BINMODE=4550
BINOWN= root
BINGRP= network
-.if exists(/usr/include/alias.h)
+.if defined(HAVE_LIBALIAS)
SRCS+= alias_cmd.c loadalias.c
.else
CFLAGS+=-DNOALIAS