diff options
author | wosch <wosch@FreeBSD.org> | 1996-03-09 23:48:55 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-03-09 23:48:55 +0000 |
commit | cd59967f37c55302dba89ddabe3c33f27c828660 (patch) | |
tree | 4eb3b9a001e152e203b5a174a8eda92b4006bdcf /sys | |
parent | a12cf8aa0e1029b87db1d40e09450d0d09635334 (diff) | |
download | FreeBSD-src-cd59967f37c55302dba89ddabe3c33f27c828660.zip FreeBSD-src-cd59967f37c55302dba89ddabe3c33f27c828660.tar.gz |
[Ee]rrs -> Errs errs, save one process for make clean
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/kmod.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 80004a3..481cacb 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.kmod.mk,v 1.16 1995/11/04 17:06:42 bde Exp $ +# $Id: bsd.kmod.mk,v 1.17 1995/12/16 01:57:25 bde Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -74,12 +74,12 @@ all: ${PROG} all-man _PROGSUBDIR .if !target(clean) clean: _PROGSUBDIR - rm -f a.out [Ee]rrs mklog ${PROG} ${OBJS} ${CLEANFILES} + rm -f a.out Errs errs mklog ${PROG} ${OBJS} ${CLEANFILES} .endif .if !target(cleandir) cleandir: _PROGSUBDIR - rm -f a.out [Ee]rrs mklog ${PROG} ${OBJS} ${CLEANFILES} + rm -f a.out Errs errs mklog ${PROG} ${OBJS} ${CLEANFILES} rm -f ${.CURDIR}/tags .depend cd ${.CURDIR}; rm -rf obj; .endif |