diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-11-17 11:46:39 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-11-17 11:46:39 +0000 |
commit | 49bb47360382a9bbb082c3686dae9982ef67849e (patch) | |
tree | 0a6e44fc5d1aa790e7ddfeee45b8c84b6711fbcc | |
parent | 60f736c539b0e7c7688c93608d1f7fcdbf4827ff (diff) |
Come to think of it the sun3 doesn't use dbsym anymore...
Is dbsym dead? Should it be removed from the tree?
-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 3ae883e2ba6..357380b896f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1997/08/19 08:30:47 niklas Exp $ +# $OpenBSD: Makefile,v 1.29 1997/11/17 11:46:38 kstailey Exp $ # not yet done: catman @@ -34,7 +34,7 @@ SUBDIR+=bad144 apm apmd fdformat pccon pcmciad .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" -SUBDIR+=dbsym eeprom screenblank +SUBDIR+=eeprom screenblank .elif ${MACHINE} == "sparc" SUBDIR+=eeprom fdformat screenblank .endif |