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 | |
| parent | 7762a7fe1c8f893f4ad73a002f0c59f768a6c03a (diff) | |
Formatting cleanup.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/menuc/Makefile | 19 | ||||
| -rw-r--r-- | usr.bin/msgc/Makefile | 21 |
2 files changed, 21 insertions, 19 deletions
diff --git a/usr.bin/menuc/Makefile b/usr.bin/menuc/Makefile index 70e6290ca15..5bd95ce97f1 100644 --- a/usr.bin/menuc/Makefile +++ b/usr.bin/menuc/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.8 2001/10/05 22:54:51 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/12 20:30:43 tv Exp $ .include <bsd.own.mk> -PROG= menuc -SRCS= main.c parse.y scan.l avl.c mdb.c util.c -CPPFLAGS+=-I. -I${.CURDIR} -YHEADER=1 -LDADD+= -ll -DPADD+= ${LIBL} +PROG= menuc +SRCS= main.c parse.y scan.l avl.c mdb.c util.c +CPPFLAGS+= -I. -I${.CURDIR} +YHEADER= + +LDADD+= -ll +DPADD+= ${LIBL} .if ${MKSHARE} != "no" -FILES= menu_sys.def -FILESDIR= /usr/share/misc +FILES= menu_sys.def +FILESDIR= /usr/share/misc .endif .ifndef HOSTPROG 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 |
