diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-16 00:06:27 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-16 00:06:27 +0000 |
commit | a2479ba13ca56a23045442f7d8b4c2d584327733 (patch) | |
tree | b70a36f8bbbde987ee241d3d58e57934e54b19b5 /usr.sbin/Makefile | |
parent | fcc53dac418b1dd597885cbf40f766270cce4287 (diff) |
No more gifconfig(8)
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 d60d6cc351b..819c0ff8961 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2000/01/01 22:38:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.55 2000/01/16 00:06:26 angelos 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 gifconfig ifmcstat ndp route6d rtadvd rtsold +SUBDIR+=faithd ifmcstat ndp route6d rtadvd rtsold .if (${AFS} == "yes") SUBDIR+=afs |