diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-05 13:37:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-05 13:37:57 +0000 |
commit | 2cdae8086437e70170a777305eec0949c2ca1afe (patch) | |
tree | 2c49f008432bcc010f9b23fe7f0b87f0796392da /sbin/Makefile | |
parent | 6125c9520254f9f5a02306585a2739558339fa9c (diff) |
move to our new dhclient
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c000ad27c82..af453379b36 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.67 2003/07/28 22:04:38 tedu Exp $ +# $OpenBSD: Makefile,v 1.68 2004/04/05 13:37:56 deraadt Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck -SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg fsck growfs \ - ifconfig init iopctl ipsecadm isakmpd kbd lmccontrol mknod modload \ - modunload mount mountd ncheck_ffs nfsd nologin pfctl pflogd ping \ - quotacheck raidctl reboot route routed savecore scan_ffs scsi \ - shutdown slattach swapctl sysctl ttyflags umount +SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg dhclient \ + fsck growfs ifconfig init iopctl ipsecadm isakmpd kbd lmccontrol \ + mknod modload modunload mount mountd ncheck_ffs nfsd nologin \ + pfctl pflogd ping quotacheck raidctl reboot route routed \ + savecore scan_ffs scsi shutdown slattach swapctl sysctl \ + ttyflags umount # support for various file systems SUBDIR+= mount_ados |