NetBSD/lib/libnpf/Makefile
rmind 07ac07d35f NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.
2011-02-02 02:20:24 +00:00

21 lines
305 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/02/02 02:20:25 rmind Exp $
.include <bsd.own.mk>
LIB= npf
MAN= npf.3
SRCS= npf.c
INCS= npf.h
INCSDIR= /usr/include
LIBDPLIBS+= prop ${.CURDIR}/../libprop
LDADD+= -lprop
DPADD+= ${LIBPROP}
WARNS?= 4
NOLINT= # defined (note: deliberately)
.include <bsd.lib.mk>