Module Name:    src
Committed By:   christos
Date:           Fri May 10 15:41:44 UTC 2013

Modified Files:
        src/usr.bin/xlint/lint1: Makefile

Log Message:
commit test


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/xlint/lint1/Makefile

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

Modified files:

Index: src/usr.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.49 src/usr.bin/xlint/lint1/Makefile:1.50
--- src/usr.bin/xlint/lint1/Makefile:1.49	Fri May 10 11:40:21 2013
+++ src/usr.bin/xlint/lint1/Makefile	Fri May 10 11:41:44 2013
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.49 2013/05/10 15:40:21 christos Exp $
+#	$NetBSD: Makefile,v 1.50 2013/05/10 15:41:44 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=		lint1
-SRCS=		cgram.y decl.c emit.c emit1.c err.c func.c init.c \
-		inittyp.c main1.c mem.c mem1.c print.c scan.l tree.c tyname.c
+SRCS=		cgram.y decl.c emit.c emit1.c err.c func.c init.c inittyp.c \
+		main1.c mem.c mem1.c print.c scan.l tree.c tyname.c
 
 MAN=		lint.7
 YHEADER=

Reply via email to