freebsd-dev/sbin/ggate/ggated/Makefile

13 lines
170 B
Makefile
Raw Normal View History

2004-04-30 16:19:50 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../shared
2004-04-30 16:19:50 +00:00
BINDIR= /sbin
PROG= ggated
SRCS= ggated.c ggate.c
MAN= ggated.8
WARNS= 6
CFLAGS+=-I${.CURDIR}/../shared
2004-04-30 16:19:50 +00:00
.include <bsd.prog.mk>