diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:49:23 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:49:23 +0000 |
commit | 1eafa9afa18e431efae0f9870f51013086ae789b (patch) | |
tree | 9b462c58e25421ccca5d9b622c54d1eebc86be61 /usr.sbin | |
parent | b1ae6401fc612459ae4a91d340ec776c5740c4d2 (diff) |
Don't build pcmciad.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index caf4a2a9c8e..951d7bdb3ef 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 1998/08/31 00:20:07 brian Exp $ +# $OpenBSD: Makefile,v 1.38 1998/09/11 11:49:22 fgsch Exp $ # not yet done: catman @@ -22,7 +22,7 @@ SUBDIR+=ypbind yppoll ypset ypserv .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ - hilinfo iteconfig pccon pcmciad screenblank videomode + hilinfo iteconfig pccon screenblank videomode .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" @@ -30,7 +30,7 @@ SUBDIR+=iteconfig .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" -SUBDIR+=bad144 apm apmd fdformat pccon pcmciad +SUBDIR+=bad144 apm apmd fdformat pccon .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" |