Skip to content

Commit

Permalink
remove unneeded -D
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Sep 23, 2003
1 parent 978d2a6 commit bf452d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions kame/kame/pim6sd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $KAME: Makefile,v 1.15 2002/12/02 02:42:32 itojun Exp $
# $KAME: Makefile,v 1.16 2003/09/23 11:09:10 itojun Exp $
#
# Copyright (c) 1999 WIDE Project. All rights reserved.
#
Expand Down Expand Up @@ -96,9 +96,9 @@ CC= gcc
CFLAGS+=-Wall
.endif
.if (${OPSYS} != "NetBSD")
CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS
CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET
.else
CPPFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS
CPPFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET
.endif
CFLAGS+=-g
.if exists(/usr/local/v6/lib/libinet6.a)
Expand Down
6 changes: 3 additions & 3 deletions kame/kame/pim6sd/mtrace6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# Questions concerning this software should be directed to
# Kurt Windisch (kurtw@antc.uoregon.edu)
#
# $Id: Makefile,v 1.4 2000/12/04 06:45:02 itojun Exp $
# $Id: Makefile,v 1.5 2003/09/23 11:09:10 itojun Exp $
#
#
#Part of this program has been derived from PIM sparse-mode pimd.
Expand Down Expand Up @@ -90,9 +90,9 @@ CC= gcc
.endif
CFLAGS+=-Wall
.if (${OPSYS} != "NetBSD")
CFLAGS+= -I$(.CURDIR)/.. -DHAVE_GETIFADDRS
CFLAGS+= -I$(.CURDIR)/..
.else
CPPFLAGS+= -I$(.CURDIR)/.. -DHAVE_GETIFADDRS
CPPFLAGS+= -I$(.CURDIR)/..
.endif
.if exists(/usr/local/v6/lib/libinet6.a)
LDADD+= -L${.OBJDIR}/../libinet6 -L${.OBJDIR}/../libinet6/obj \
Expand Down

0 comments on commit bf452d3

Please sign in to comment.