1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

do clean/cleandir in utils all the time

This commit is contained in:
mickey 2000-02-23 05:53:19 +00:00
parent 0790b87e67
commit 9fd4d34772

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2000/02/15 15:09:59 art Exp $
# $OpenBSD: Makefile,v 1.11 2000/02/23 05:53:19 mickey Exp $
.if make(obj)
SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\
@ -6,6 +6,9 @@ SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\
.elif !make(install)
SUBDIR= special
.endif
.if make(clean) || make(cleandir)
SUBDIR+=utils
.endif
.if exists(${MACHINE})
SUBDIR+= ${MACHINE}
.endif