diff options
author | 2000-03-25 01:34:16 +0000 | |
---|---|---|
committer | 2000-03-25 01:34:16 +0000 | |
commit | d2b18af70328276be80c9a3851d99f03d35eee5f (patch) | |
tree | ad6f01f8a4137f9246e5ce130d87931e42860c96 | |
parent | link gnubc(1) to bc(1) (diff) | |
download | wireguard-openbsd-d2b18af70328276be80c9a3851d99f03d35eee5f.tar.xz wireguard-openbsd-d2b18af70328276be80c9a3851d99f03d35eee5f.zip |
pccon gets turn off. totally machine specific, no man page
-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" |