Module Name:    src
Committed By:   asau
Date:           Wed Aug 19 20:32:59 UTC 2009

Modified Files:
        src/gnu/usr.bin/c89: Makefile
        src/gnu/usr.bin/c99: Makefile

Log Message:
Use SCRIPTS instead of FILES to handle (executable) scripts.

Approved by dholland.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/c89/Makefile
cvs rdiff -u -r1.1 -r1.2 src/gnu/usr.bin/c99/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/c89/Makefile
diff -u src/gnu/usr.bin/c89/Makefile:1.1 src/gnu/usr.bin/c89/Makefile:1.2
--- src/gnu/usr.bin/c89/Makefile:1.1	Sun Aug 19 14:21:03 2001
+++ src/gnu/usr.bin/c89/Makefile	Wed Aug 19 20:32:58 2009
@@ -1,9 +1,7 @@
-#	$NetBSD: Makefile,v 1.1 2001/08/19 14:21:03 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2009/08/19 20:32:58 asau Exp $
 
-FILES=		c89.sh
-FILESNAME=	c89
-FILESDIR=	/usr/bin
-FILESMODE=	${BINMODE}
+SCRIPTS=       c89.sh
+SCRIPTSDIR=    /usr/bin
 
 MAN=		c89.1
 

Index: src/gnu/usr.bin/c99/Makefile
diff -u src/gnu/usr.bin/c99/Makefile:1.1 src/gnu/usr.bin/c99/Makefile:1.2
--- src/gnu/usr.bin/c99/Makefile:1.1	Tue Sep 23 23:59:04 2008
+++ src/gnu/usr.bin/c99/Makefile	Wed Aug 19 20:32:58 2009
@@ -1,9 +1,7 @@
-#	$NetBSD: Makefile,v 1.1 2008/09/23 23:59:04 hubertf Exp $
+#	$NetBSD: Makefile,v 1.2 2009/08/19 20:32:58 asau Exp $
 
-FILES=		c99.sh
-FILESNAME=	c99
-FILESDIR=	/usr/bin
-FILESMODE=	${BINMODE}
+SCRIPTS=       c99.sh
+SCRIPTSDIR=    /usr/bin
 
 MAN=		c99.1
 

Reply via email to