summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-30 23:53:25 +0000
committerbrian <brian@FreeBSD.org>1998-08-30 23:53:25 +0000
commit0d85445a6a78e92f5fc3fe82eefc970394d4e995 (patch)
treefca4881f551a763c5aa7118881515e369055d789 /usr.sbin/ppp/Makefile
parent2f5ba7be7188e8f379e85c6c616a2e88d5d26d7e (diff)
downloadFreeBSD-src-0d85445a6a78e92f5fc3fe82eefc970394d4e995.zip
FreeBSD-src-0d85445a6a78e92f5fc3fe82eefc970394d4e995.tar.gz
Add OpenBSD build support
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 759feef..9e80752 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.44 1998/06/27 14:17:22 brian Exp $
+# $Id: Makefile,v 1.45 1998/08/07 18:42:47 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \
@@ -31,10 +31,16 @@ CFLAGS+=-DNOALIAS
.else
.if !defined(RELEASE_CRUNCH)
SRCS+= alias_cmd.c
+.if (${OPSYS} == "OpenBSD")
+CFLAGS+=-I../libalias
+LDADD+= ../libalias/libalias.a
+DPADD+= ../libalias/libalias.a
+.else
LDADD+= -lalias
DPADD+= ${LIBALIAS}
.endif
.endif
+.endif
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH)
DISTRIBUTION=des
OpenPOWER on IntegriCloud