Various style.Makefile(5) improvements.

Provoked by:	ru
This commit is contained in:
pjd 2004-05-20 20:05:05 +00:00
parent ac7a69a37d
commit ab7719e9e4
3 changed files with 15 additions and 11 deletions

5
sbin/ggate/Makefile.inc Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
WARNS?= 6
.include "../Makefile.inc"

View File

@ -1,15 +1,15 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../shared
.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggatec
SRCS= ggatec.c ggate.c
MAN= ggatec.8
SRCS= ggatec.c ggate.c
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
CFLAGS+=-I${.CURDIR}/../shared
CFLAGS+=-DLIBGEOM
.include <bsd.prog.mk>

View File

@ -1,12 +1,11 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../shared
.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggated
SRCS= ggated.c ggate.c
MAN= ggated.8
WARNS= 6
CFLAGS+=-I${.CURDIR}/../shared
SRCS= ggated.c ggate.c
CFLAGS+= -I${.CURDIR}/../shared
.include <bsd.prog.mk>