diff options
author | 2003-07-28 22:04:38 +0000 | |
---|---|---|
committer | 2003-07-28 22:04:38 +0000 | |
commit | cb8c198fb3a3acf03a90c202be69bedffd827f40 (patch) | |
tree | 846106ec972e79ff53ed3e888c6ca4cfbb73d57b | |
parent | attempt to describe CDPATH a little better. note that csh uses cdpath (diff) | |
download | wireguard-openbsd-cb8c198fb3a3acf03a90c202be69bedffd827f40.tar.xz wireguard-openbsd-cb8c198fb3a3acf03a90c202be69bedffd827f40.zip |
growfs
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index ccdd03be28a..c000ad27c82 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.66 2003/05/20 05:05:17 tedu Exp $ +# $OpenBSD: Makefile,v 1.67 2003/07/28 22:04:38 tedu Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck -SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg fsck ifconfig init \ - iopctl ipsecadm isakmpd kbd lmccontrol mknod modload \ +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 |