diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 17:39:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 17:39:02 +0000 |
commit | 96125b0d67f77a6b6287f72ab0a54dca0ae5ee97 (patch) | |
tree | a6b6751d7f81ad63f9d0bd99920f110496cc5fc6 /usr.sbin/Makefile | |
parent | c46ee046f8da3b153a2de7633c1b4fa1944be3b7 (diff) |
do not make obj in dbsym anymore, either
Diffstat (limited to 'usr.sbin/Makefile')
-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 357380b896f..81af945e7ad 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 1997/11/17 11:46:38 kstailey Exp $ +# $OpenBSD: Makefile,v 1.30 1997/11/17 17:39:01 deraadt Exp $ # not yet done: catman @@ -21,7 +21,7 @@ SUBDIR+=ypbind yppoll ypset ypserv .endif .if make(clean) || make(cleandir) || make(obj) -SUBDIR+=apm apmd bad144 dbsym eeprom fdformat grfconfig grfinfo \ +SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ hilinfo iteconfig pccon pcmciad screenblank videomode .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig screenblank videomode |