diff options
author | 2006-12-19 15:06:10 +0000 | |
---|---|---|
committer | 2006-12-19 15:06:10 +0000 | |
commit | 500a1a577cfb83ffe7350446975c680b6e644486 (patch) | |
tree | 368badc9c9df750b6d149edcc8eef5b654ce952f | |
parent | no need for -DINET6 (diff) | |
download | wireguard-openbsd-500a1a577cfb83ffe7350446975c680b6e644486.tar.xz wireguard-openbsd-500a1a577cfb83ffe7350446975c680b6e644486.zip |
no need for -D
-rw-r--r-- | usr.sbin/route6d/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile index 085d1a1d78f..34dc945ebc2 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2002/10/26 20:16:13 itojun Exp $ +# $OpenBSD: Makefile,v 1.7 2006/12/19 15:06:10 itojun Exp $ PROG= route6d MAN= route6d.8 LDADD+= -lutil DPADD+= ${LIBUTIL} -CPPFLAGS+= -DINET6 -DHAVE_POLL_H - .include <bsd.prog.mk> |