diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-04-28 05:31:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-04-28 05:31:41 +0000 |
| commit | 607b5242b2a998cfc357faf9c6799d71b447fec1 (patch) | |
| tree | ce21bb943ea861c06e5c8820050c2f3039a57b33 | |
| parent | 3a42f937f1166536777b03924fbbe46b73a6c98d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ipsend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile index 9241729f0793..f537532ffa32 100644 --- a/usr.sbin/ipsend/Makefile +++ b/usr.sbin/ipsend/Makefile @@ -15,8 +15,8 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \ -I${.CURDIR}/../../contrib/ipfilter/iplang \ -I${.CURDIR}/../../contrib/ipfilter -LDADD+= -lfl -DPADD+= ${LIBFL} +DPADD= ${LIBL} +LDADD= -ll CLEANFILES+= y.tab.h |
