diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-25 01:34:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-25 01:34:17 +0000 |
commit | f32d78f726956620668ee9a1cda8054c1950fd78 (patch) | |
tree | be17a01e902eea9869406c5d8c9eb389aacceae4 /usr.sbin/Makefile | |
parent | 0f97838c0300177fb03283b8e439925951d33320 (diff) |
pccon gets turn off. totally machine specific, no man page
Diffstat (limited to 'usr.sbin/Makefile')
-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 4df06e67fd6..e85eab8d12e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2000/02/28 22:33:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.61 2000/03/25 01:34:16 deraadt Exp $ # not yet done: catman @@ -32,11 +32,11 @@ SUBDIR+=ypbind yppoll ypset ypserv .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ - hilinfo pccon screenblank videomode memconfig + hilinfo screenblank videomode memconfig .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" -SUBDIR+=bad144 apm apmd fdformat pccon memconfig +SUBDIR+=bad144 apm apmd fdformat memconfig .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" |