Module Name: src Committed By: martin Date: Wed Sep 12 14:06:02 UTC 2012
Modified Files: src/usr.sbin/npf: Makefile Log Message: Install the npftest binary To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/npf/Makefile diff -u src/usr.sbin/npf/Makefile:1.1 src/usr.sbin/npf/Makefile:1.2 --- src/usr.sbin/npf/Makefile:1.1 Sun Aug 22 18:56:23 2010 +++ src/usr.sbin/npf/Makefile Wed Sep 12 14:06:02 2012 @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2010/08/22 18:56:23 rmind Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/12 14:06:02 martin Exp $ -SUBDIR= npfctl +SUBDIR= npfctl npftest .include <bsd.subdir.mk>