mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Various style.Makefile(5) improvements.
Provoked by: ru
This commit is contained in:
parent
18d10fe21c
commit
7046bb7442
3 changed files with 15 additions and 11 deletions
5
sbin/ggate/Makefile.inc
Normal file
5
sbin/ggate/Makefile.inc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue