diff options
author | brooks <brooks@FreeBSD.org> | 2003-12-02 21:52:14 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2003-12-02 21:52:14 +0000 |
commit | 2b3284fdceb7532917cd125b8eeba48fc75c116d (patch) | |
tree | 127871b4aaca3fec874f02c3f38576c9840c0019 /rescue | |
parent | d0ffd0a2401423af0af170a3e3f3178d5e23773d (diff) | |
download | FreeBSD-src-2b3284fdceb7532917cd125b8eeba48fc75c116d.zip FreeBSD-src-2b3284fdceb7532917cd125b8eeba48fc75c116d.tar.gz |
Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname
support is enabled.
Approved by: re (scottl)
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index cc56b20..4d8c442 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -128,7 +128,7 @@ CRUNCH_PROGS_sbin+= vinum .endif .if !defined(NO_IPFILTER) -CRUNCH_PROGS_sbin+= ipf ipfs ipmon # ipnat +CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat .endif # crunchgen does not like C++ programs; this should be fixed someday |