Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon/racoon CLEANFILES has to come before the inc...
details: https://anonhg.NetBSD.org/src/rev/aec07a7c47fe
branches: trunk
changeset: 515848:aec07a7c47fe
user: veego <veego%NetBSD.org@localhost>
date: Fri Oct 05 23:42:11 2001 +0000
description:
CLEANFILES has to come before the include of <bsd.prog.mk>.
diffstat:
usr.sbin/racoon/racoon/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 19383fba1ccf -r aec07a7c47fe usr.sbin/racoon/racoon/Makefile
--- a/usr.sbin/racoon/racoon/Makefile Fri Oct 05 22:59:55 2001 +0000
+++ b/usr.sbin/racoon/racoon/Makefile Fri Oct 05 23:42:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/08/31 10:36:08 itojun Exp $
+# $NetBSD: Makefile,v 1.10 2001/10/05 23:42:11 veego Exp $
.include <bsd.own.mk>
@@ -60,7 +60,8 @@
#LDSTATIC= -static
#.endif
+CLEANFILES+= y.tab.h cfparse.c cftoken.c
+
.include <bsd.prog.mk>
.PATH: ${RACOONSRCDIR} ${TCPDUMPSRCDIR} ${RACOONSRCDIR}/missing/crypto/rijndael ${RACOONSRCDIR}/missing/crypto/sha2
-CLEANFILES+= y.tab.h cfparse.c cftoken.c
Home |
Main Index |
Thread Index |
Old Index