aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-09-28 18:23:44 +0000
committerBruce Evans <bde@FreeBSD.org>1995-09-28 18:23:44 +0000
commit691cda9ce1aec0bb365c730df13e402ff0b2e940 (patch)
treed5d4acb0a971f560036af7df10cec9a3fa4d0ce8 /usr.bin
parent2b326c58f606e22a48b39210cf68acc3071e5b61 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/colldef/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 023859b1e16cb..06500c2785f1e 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.2 1995/05/01 12:10:35 ache Exp $
+# $Id: Makefile,v 1.3 1995/06/19 22:15:35 asami Exp $
PROG = colldef
LFLAGS = -8 -i
YFLAGS = -d
CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale
-SRCS = parse.y scan.l
+SRCS = parse.c scan.c
LDADD = -ll
DPADD = ${LIBL}
-CLEANFILES = y.tab.[ch] lex.yy.c
+CLEANFILES += lex.yy.c parse.c scan.c y.tab.[ch]
LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO_8859-1
LOCALEDIR= ${DESTDIR}/usr/share/locale