Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects were

duplicated.
This commit is contained in:
Bruce Evans 1998-02-25 01:20:27 +00:00
parent 828c63ae15
commit 3ee49aeb72

View File

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# $Id: Makefile.inc,v 1.44 1997/10/21 08:41:15 bde Exp $
# $Id: Makefile.inc,v 1.45 1998/01/31 05:53:57 imp Exp $
# sys sources
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys
@ -61,8 +61,6 @@ PSEUDO= _getlogin.o
# building libc_r.
PSEUDOR= _exit.o
OBJS+= ${ASM} ${ASMR} ${PSEUDO} ${PSEUDOR}
SASM= ${ASM:S/.o/.S/}
SASMR= ${ASMR:S/.o/.S/}