diff options
author | dm <dm@cvs.openbsd.org> | 1996-05-17 03:47:31 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-05-17 03:47:31 +0000 |
commit | 4aa218b4570f236136496b4ca19d531b79defd48 (patch) | |
tree | 473daec2ad9a6a4b245d742292f5f24fe8ec24a1 /sbin | |
parent | 8e833999b5fc5ced323bf4de7532bb4a13d03cc1 (diff) |
added ipnat (which I'd forgotten to do before)
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index de9ae96830c..0e32ab9c6ff 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 1996/05/16 11:12:23 pefo Exp $ +# $OpenBSD: Makefile,v 1.9 1996/05/17 03:47:30 dm Exp $ # $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd Exp $ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck ncheck -SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \ - ipfstat kbd mknod modload modunload mount mountd nfsd nfsiod nologin \ +SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \ + ipnat kbd mknod modload modunload mount mountd nfsd nfsiod nologin \ ping quotacheck reboot route routed savecore shutdown slattach \ swapon ttyflags umount |