freebsd-dev/usr.sbin/mrouted/testrsrr/Makefile

15 lines
129 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
PROG= testrsrr
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
SRCS= testrsrr.c
NOMAN=
install:
.include <bsd.prog.mk>