diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
| commit | c6db8143eda5c775467145ac73e8ebec47afdd8f (patch) | |
| tree | 41890d809d5cd369a149d9fe8cd22b45310c700a /usr.sbin/inetd/Makefile | |
| parent | c97038fa5a6b253c5f2eb3d09a7a529f8ae86220 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd/Makefile')
| -rw-r--r-- | usr.sbin/inetd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index f31027af8765..6174592b34bb 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -16,14 +16,12 @@ CFLAGS+= -DLOGIN_CAP CFLAGS+= -DINET6 .endif -DPADD= ${LIBUTIL} ${LIBWRAP} -LDADD= -lutil -lwrap +LIBADD= util wrap # XXX for src/release/picobsd .if !defined(RELEASE_CRUNCH) CFLAGS+= -DIPSEC -DPADD+= ${LIBIPSEC} -LDADD+= -lipsec +LIBADD+= ipsec .endif .include <bsd.prog.mk> |
