diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:18:16 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:18:16 +0000 |
commit | fa3209e90c3a531b5a3f597a138773e410259529 (patch) | |
tree | 7b6e77c7e33237a5dd28e462510c5005218e22f3 | |
parent | ed654e801ef216f3f614e23c0a18c6fb3de68856 (diff) |
add usr.sbin/rtsold and sbin/rtsol to subdir.
-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 |