diff options
| author | tv <tv@NetBSD.org> | 2001-11-12 20:26:55 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-11-12 20:26:55 +0000 |
| commit | 36d6a03ffdfd2e5f4ec8526c696f05d37a5ae5c6 (patch) | |
| tree | 51a2ca78087b491ede25e606104a324bbc22b2bc /usr.bin/msgc/Makefile | |
| parent | 7762a7fe1c8f893f4ad73a002f0c59f768a6c03a (diff) | |
Formatting cleanup.
Diffstat (limited to 'usr.bin/msgc/Makefile')
| -rw-r--r-- | usr.bin/msgc/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/usr.bin/msgc/Makefile b/usr.bin/msgc/Makefile index 6073d5e4400..a65ce9ce2e6 100644 --- a/usr.bin/msgc/Makefile +++ b/usr.bin/msgc/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2001/10/05 22:54:51 jmc Exp $ +# $NetBSD: Makefile,v 1.10 2001/11/12 20:26:55 tv Exp $ .include <bsd.own.mk> -PROG= msgc -SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c -.PATH: ${.CURDIR}/../menuc -CPPFLAGS+=-I. -I${.CURDIR} -YHEADER=1 -LDADD+= -ll -DPADD+= ${LIBL} +PROG= msgc +SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c +.PATH: ${.CURDIR}/../menuc +CPPFLAGS+= -I. -I${.CURDIR} +YHEADER= + +LDADD+= -ll +DPADD+= ${LIBL} MLINKS+= msgc.1 msg_window.1 \ msgc.1 msg_window.1 \ @@ -24,8 +25,8 @@ MLINKS+= msgc.1 msg_window.1 \ msgc.1 msg_table_add.1 .if ${MKSHARE} != "no" -FILES= msg_sys.def -FILESDIR= /usr/share/misc +FILES= msg_sys.def +FILESDIR= /usr/share/misc .endif .ifndef HOSTPROG |
