diff options
-rw-r--r-- | sbin/Makefile | 5 | ||||
-rw-r--r-- | usr.sbin/Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 60c7eaa64ed..57618574144 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 1999/09/21 04:58:14 csapuntz Exp $ +# $OpenBSD: Makefile,v 1.47 1999/12/09 15:18:14 itojun Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -26,6 +26,9 @@ SUBDIR+= mount_union SUBDIR+= mount_ext2fs fsck_ext2fs SUBDIR+= mount_xfs +# IPv6 +SUBDIR+= rtsol + .if make(clean) || make(cleandir) || make(obj) SUBDIR+= bim edlabel fdisk wicontrol .elif ${MACHINE} == "i386" diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 83448f95fdf..d74df49368a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 1999/12/08 12:34:23 itojun Exp $ +# $OpenBSD: Makefile,v 1.48 1999/12/09 15:18:15 itojun Exp $ # not yet done: catman @@ -17,7 +17,7 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ vipw vnconfig zdump zic # IPv6 -SUBDIR+=ifmcstat +SUBDIR+=ifmcstat rtsold .if (${AFS} == "yes") SUBDIR+=afs |