diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-21 08:48:07 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-21 08:48:07 +0000 |
commit | 99a148e6e138b480c510edaf5d955e521830eed4 (patch) | |
tree | 877fc0be21a77ddf6f9999884d5a1c46df5b2468 /usr.sbin/Makefile | |
parent | 4ff44393c449d1e4cd59bb7d858a210475688f1e (diff) |
rcsid police. add Makefile. add gifconfig 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 3929891f234..642d2db1180 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 1999/12/20 16:36:07 itojun Exp $ +# $OpenBSD: Makefile,v 1.53 1999/12/21 08:48:04 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+=faithd ifmcstat ndp route6d rtadvd rtsold +SUBDIR+=faithd gifconfig ifmcstat ndp route6d rtadvd rtsold .if (${AFS} == "yes") SUBDIR+=afs |