diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-09-27 14:19:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-09-27 14:19:54 +0000 |
commit | a6beb5ca53233e1f215608b4b3762562ba25424e (patch) | |
tree | 6492e67180c656574d146a8494d2c3aac715a010 /usr.sbin | |
parent | 21620ccd8687b4ac7d8048d3507024693917ee17 (diff) |
clean & cleandir & obj, should be effective for videomode always
Diffstat (limited to 'usr.sbin')
-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 5dd97bb6e95..f9770f00baa 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1996/09/21 19:21:47 maja Exp $ +# $OpenBSD: Makefile,v 1.20 1996/09/27 14:19:53 niklas Exp $ # not yet done: catman @@ -27,7 +27,7 @@ SUBDIR+=amd .if make(clean) || make(cleandir) || make(obj) SUBDIR+=apm apmd bad144 config.old dbsym eeprom fdformat grfconfig grfinfo \ - hilinfo iteconfig pcmciad screenblank + hilinfo iteconfig pcmciad screenblank videomode .elif ${MACHINE} == "amiga" SUBDIR+=grfconfig iteconfig screenblank videomode .elif ${MACHINE} == "atari" |