diff options
author | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-02-06 11:45:49 +0000 |
---|---|---|
committer | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-02-06 11:45:49 +0000 |
commit | afde476a1aa2f9e558a20d11b05199d0bc6918d2 (patch) | |
tree | a3fa81090a5017d7074d8801236a4883aa1f0ab2 /usr.sbin/npppd | |
parent | 027e6770d2c3226c580cb6f1ecdaace045e80a6b (diff) |
remove duplicated CPPFLAGS definition
ok yasuoka@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r-- | usr.sbin/npppd/npppd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/npppd/npppd/Makefile b/usr.sbin/npppd/npppd/Makefile index 8c894d22c3d..342275f425f 100644 --- a/usr.sbin/npppd/npppd/Makefile +++ b/usr.sbin/npppd/npppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2012/11/28 08:06:01 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.16 2013/02/06 11:45:48 giovanni Exp $ NPPPD_COMMON_DIR= ${.CURDIR}/../common @@ -32,7 +32,6 @@ CPPFLAGS+= -DUSE_NPPPD_MPPE CPPFLAGS+= -DUSE_NPPPD_PIPEX CPPFLAGS+= -DUSE_NPPPD_RADIUS CPPFLAGS+= -DUSE_SA_COOKIE -CPPFLAGS+= -DUSE_SA_COOKIE CPPFLAGS+= -DGENERIC_USE -DRADISH |