Skip to content

Commit

Permalink
removed bogus escapes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Aug 1, 2003
1 parent d69bade commit f98c6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freebsd4/usr.sbin/dhcp6/dhcp6c/Makefile
Expand Up @@ -42,7 +42,7 @@ CFLAGS+= -DCONF_DH6OPT_DNS=25 \
-DCONF_DH6OPT_IA_PD=33 \
-DCONF_DH6OPT_IA_PD_PREFIX=34 \
-DCONF_DH6OPT_STCODE_NOPREFIXAVAIL=6 \
-DCONF_DH6OPT_NTP=35 \
-DCONF_DH6OPT_NTP=35

LDADD+= -L${.OBJDIR}/../../../lib/libinet6 \
-L/usr/local/v6/lib -linet6
Expand Down
2 changes: 1 addition & 1 deletion freebsd4/usr.sbin/dhcp6/dhcp6s/Makefile
Expand Up @@ -40,7 +40,7 @@ CFLAGS+= -DCONF_DH6OPT_DNS=25 \
-DCONF_DH6OPT_IA_PD=33 \
-DCONF_DH6OPT_IA_PD_PREFIX=34 \
-DCONF_DH6OPT_STCODE_NOPREFIXAVAIL=6 \
-DCONF_DH6OPT_NTP=35 \
-DCONF_DH6OPT_NTP=35

LDADD+= -L${.OBJDIR}/../../../lib/libinet6 \
-L/usr/local/v6/lib -linet6
Expand Down

0 comments on commit f98c6c2

Please sign in to comment.