diff options
author | guido <guido@FreeBSD.org> | 1999-12-06 20:50:04 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1999-12-06 20:50:04 +0000 |
commit | 72d1e2ab21d9844e293def2b2744a8ab9e6286ef (patch) | |
tree | 1b707c9f35b555bc3d30905972fa340449d7d4bd /sbin/Makefile | |
parent | 4cc3cbace7029fcf5184e973f40780d4077c15ac (diff) | |
download | FreeBSD-src-72d1e2ab21d9844e293def2b2744a8ab9e6286ef.zip FreeBSD-src-72d1e2ab21d9844e293def2b2744a8ab9e6286ef.tar.gz |
Move basic ifilter utils to sbin where they shold have been committed by
me in the first place. While we're at it: add MAINTAINER line
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 47abe81..178dd9c 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -21,7 +21,10 @@ SUBDIR= adjkerntz \ ifconfig \ init \ ipf \ + ipfstat \ ipfw \ + ipmon \ + ipnat \ kldload \ kldstat \ kldunload \ |