summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-15 19:21:15 +0000
committerphk <phk@FreeBSD.org>1999-05-15 19:21:15 +0000
commite5cb54b508d4f629210d2c39942abd952bac58ff (patch)
tree08ceeff525ebb33456c1776a5bae3828eb13643f /usr.sbin/ppp/Makefile
parente1818724744f5e97a66f0f63b20f46248d890e9a (diff)
downloadFreeBSD-src-e5cb54b508d4f629210d2c39942abd952bac58ff.zip
FreeBSD-src-e5cb54b508d4f629210d2c39942abd952bac58ff.tar.gz
Be more non-crypto friendly at make release time.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-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 bf56cca..6971c69 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.53 1999/05/08 11:05:54 brian Exp $
+# $Id: Makefile,v 1.54 1999/05/12 09:48:38 brian Exp $
MAINTAINER=brian@FreeBSD.org
@@ -53,7 +53,7 @@ DPADD+= ${LIBRADIUS}
# We must create these objects because crunchgen will link them,
# and we don't want any unused symbols to spoil the final link.
CFLAGS+=-DNOALIAS -DNORADIUS
-SRCS+= alias_cmd.c chap_ms.c radius.c
+OBJS+= alias_cmd.o chap_ms.o radius.o
chap_ms.o alias_cmd.o radius.o:
>null_${.PREFIX}.c
cc -c -o ${.TARGET} null_${.PREFIX}.c
OpenPOWER on IntegriCloud