diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
commit | 8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch) | |
tree | 4c3c0abc671f01208e923407224282de7a99c7f9 /sbin/pflogd/Makefile | |
parent | c5d734d9312af8955fd681c243c46501f2e88049 (diff) |
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README
ok deraadt@
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r-- | sbin/pflogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 318de8f0fd7..776340a5cb3 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2001/12/01 23:27:23 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2002/05/11 00:20:20 espie Exp $ CFLAGS+=-Wall -Werror LDADD+= -lpcap -lutil -DPAPP+= ${LIBUTIL} +DPAPP+= ${LIBPCAP} ${LIBUTIL} PROG= pflogd SRCS= pflogd.c |