diff options
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 93a5f19..246e755 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -12,6 +12,8 @@ SUBDIR= disklabel dmesg dset dump dumpfs \ scsiformat shutdown slattach startslip spppcontrol tunefs \ umount +SUBDIR+=ipf + .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif |