summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/colldef/Makefile4
-rw-r--r--usr.bin/mk_cmds/Makefile4
-rw-r--r--usr.bin/mklocale/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 9fe2f68..474bf7b 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.11 1997/02/22 19:54:30 peter Exp $
+# $Id: Makefile,v 1.12 1998/05/04 20:09:02 bde Exp $
PROG = colldef
LFLAGS = -8 -i
CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG
-SRCS = parse.y scan.l
+SRCS = parse.y scan.l y.tab.h
LDADD = -ll
DPADD = ${LIBL}
SUBDIR = data
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile
index 74a7262..8cc8384 100644
--- a/usr.bin/mk_cmds/Makefile
+++ b/usr.bin/mk_cmds/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.5 1997/02/22 19:56:09 peter Exp $
+# $Id: Makefile,v 1.6 1998/05/04 20:09:03 bde Exp $
PROG= mk_cmds
-SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l
+SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l y.tab.h
CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS
LFLAGS= -l
NOMAN= # XXX
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index e3ca24c..41933a9 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/7/93
-# $Id$
+# $Id: Makefile,v 1.18 1998/05/04 20:09:03 bde Exp $
PROG= mklocale
-SRCS= yacc.y lex.l
+SRCS= yacc.y lex.l y.tab.h
CFLAGS+=-I.
MAN1= mklocale.1
SUBDIR= data
OpenPOWER on IntegriCloud