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 /usr.sbin/Makefile | |
parent | ed654e801ef216f3f614e23c0a18c6fb3de68856 (diff) |
add usr.sbin/rtsold and sbin/rtsol to subdir.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |