diff options
author | 1997-11-17 11:46:38 +0000 | |
---|---|---|
committer | 1997-11-17 11:46:38 +0000 | |
commit | 5b66e4854f7b112d1537ba8e479653801a02ae04 (patch) | |
tree | 8b1bad4cb0ccd3b63ef1b443a57ea562fe76b931 | |
parent | 3-arg msync(2) (diff) | |
download | wireguard-openbsd-5b66e4854f7b112d1537ba8e479653801a02ae04.tar.xz wireguard-openbsd-5b66e4854f7b112d1537ba8e479653801a02ae04.zip |
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 |