diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-19 15:06:11 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-19 15:06:11 +0000 |
commit | e73a0e699c57f06d47ec44ec7eb9e9958892d616 (patch) | |
tree | 0a4353e3fe24ebbcb2e1e45ce1801ebb807a502e /usr.sbin/route6d/Makefile | |
parent | bcc1593dca5048cb011bfd3f8f7b095e277909fd (diff) |
no need for -D
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-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> |