diff options
| author | 2009-08-09 21:33:36 +0000 | |
|---|---|---|
| committer | 2009-08-09 21:33:36 +0000 | |
| commit | 481def6766c16a4b5e23b5628de7932f27bcf5cd (patch) | |
| tree | 6b89d39fc0e1e21ba85dd04a3430e06dfdf8e0fe /sys/arch/sparc | |
| parent | sync to 1.8.4: preserve leading whitespace in literal text (diff) | |
| download | wireguard-openbsd-481def6766c16a4b5e23b5628de7932f27bcf5cd.tar.xz wireguard-openbsd-481def6766c16a4b5e23b5628de7932f27bcf5cd.zip | |
No need to clean genassym{.,o} during `make clean', genassym.sh does this
for us.
Diffstat (limited to 'sys/arch/sparc')
| -rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 47036d7a805..6945522d931 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.45 2009/01/11 21:02:03 pirofti Exp $ +# $OpenBSD: Makefile.sparc,v 1.46 2009/08/09 21:33:39 miod Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -135,7 +135,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ - [Ee]rrs linterrs makelinks genassym genassym.o assym.h + [Ee]rrs linterrs makelinks assym.h lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} ${PARAM} -UKGDB \ |
