Skip to content

Commit

Permalink
move LDADD and DPADD to dhcp6/Makefile.inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed May 13, 2000
1 parent 594ba44 commit 0d0edd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
6 changes: 6 additions & 0 deletions netbsd/usr.sbin/dhcp6/Makefile.inc
Expand Up @@ -6,3 +6,9 @@ BINDIR?= /usr/local/v6/sbin
MANDIR= /usr/local/v6/man
ETCDIR= /usr/local/v6/etc
DOCDIR= /usr/local/v6/share/doc

LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
${.CURDIR}/../../lib/libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a
6 changes: 0 additions & 6 deletions netbsd/usr.sbin/dhcp6/dhcp6c/Makefile
Expand Up @@ -5,12 +5,6 @@ PROG= dhcp6c
SRCS= dhcp6c.c common.c dhcp6opt.c
MAN= dhcp6c.8

LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
${.CURDIR}/../../lib/libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a

.include <bsd.prog.mk>

.PATH: ${SRCDIR}
6 changes: 0 additions & 6 deletions netbsd/usr.sbin/dhcp6/dhcp6relay/Makefile
Expand Up @@ -5,12 +5,6 @@ PROG= dhcp6relay
SRCS= dhcp6relay.c common.c
MAN= dhcp6relay.8

LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
${.CURDIR}/../../lib/libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a

.include <bsd.prog.mk>

.PATH: ${SRCDIR}
6 changes: 0 additions & 6 deletions netbsd/usr.sbin/dhcp6/dhcp6s/Makefile
Expand Up @@ -5,12 +5,6 @@ PROG= dhcp6s
SRCS= dhcp6s.c common.c dhcp6opt.c
MAN= dhcp6s.8

LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
${.CURDIR}/../../lib/libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a

.include <bsd.prog.mk>

.PATH: ${SRCDIR}

0 comments on commit 0d0edd0

Please sign in to comment.