diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-05 13:16:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-05 13:16:35 +0000 |
| commit | de1d4a81ee52ceade05bd1f41a0468f4edaca2a2 (patch) | |
| tree | 32feb1d89ff157edf9da332b75a9ef7ee9c0df3b /usr.bin/colldef/Makefile | |
| parent | 8d4a858381296dab6f322a8c68d6f03111b6199f (diff) | |
Notes
Diffstat (limited to 'usr.bin/colldef/Makefile')
| -rw-r--r-- | usr.bin/colldef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 9fe2f68ead35..474bf7bd4da3 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 |
