style.Makefile(5).

This commit is contained in:
Pawel Jakub Dawidek 2004-05-22 10:33:18 +00:00
parent b2d36e0f30
commit 967d731f98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129576

View File

@ -1,15 +1,15 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../shared
.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggatel
SRCS= ggatel.c ggate.c
MAN= ggatel.8
SRCS= ggatel.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>