freebsd-dev/sbin/ggate/ggated/Makefile
Pawel Jakub Dawidek 7ee7f482a7 Paths correction.
Pointed out by:	ache, make buildworld
2004-05-03 07:21:59 +00:00

13 lines
170 B
Makefile

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