diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-21 03:35:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-21 03:35:15 +0000 |
commit | 71b62090681de55b44b7ed1af12b54949397b6a3 (patch) | |
tree | 19734d5dcd1f18a1b2d9f7b1e60188232deebf2a /sbin | |
parent | 1807333983dd16512206d31fa67fd1924f36e56a (diff) |
enable isakmpd -- far overdue!
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 1bdf9ccdc17..f871048ff61 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.35 1998/11/14 23:39:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 1998/12/21 03:35:14 deraadt Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck SUBDIR= badsect ccdconfig disklabel dmesg fsck ifconfig init ipf ipfstat \ - ipnat ipsecadm kbd mknod modload modunload mount mountd ncheck_ffs \ - nfsd nfsiod nologin photurisd ping quotacheck reboot route routed \ - savecore scan_ffs scsi shutdown slattach startkey swapon ttyflags \ - umount + ipnat ipsecadm isakmpd kbd mknod modload modunload mount mountd \ + ncheck_ffs nfsd nfsiod nologin photurisd ping quotacheck reboot \ + route routed savecore scan_ffs scsi shutdown slattach startkey \ + swapon ttyflags umount # support for various file systems SUBDIR+= mount_ados |