diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-07 23:23:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-07 23:23:04 +0000 |
commit | 1f9e69e498f3b613e2f5d3f04824a51fa69248a5 (patch) | |
tree | 521a8c44c25fd445c8fcab235d269e09c8112ffb | |
parent | 78f81275e6822f717870471de38ce6df938eb9ae (diff) |
Add the .orig file to CLEANFILES
-rw-r--r-- | sys/arch/amd64/stand/cdbr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/cdbr/Makefile b/sys/arch/amd64/stand/cdbr/Makefile index eee482b37aa..6495d84f27f 100644 --- a/sys/arch/amd64/stand/cdbr/Makefile +++ b/sys/arch/amd64/stand/cdbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2014/07/15 22:14:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2015/02/07 23:23:03 miod Exp $ # S= ${.CURDIR}/../../../.. @@ -20,6 +20,7 @@ BINMODE=644 NOMAN= #MAN+= cdbr.8 +CLEANFILES+= ${PROG}.orig ${PROG}: $(OBJS) $(DPADD) $(LD) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDADD) |