mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
14 lines
124 B
Makefile
14 lines
124 B
Makefile
# $Id$
|
|
|
|
PROG= testrsrr
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
CFLAGS+= -I$S
|
|
|
|
SRCS= testrsrr.c
|
|
NOMAN=
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|