mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
10 lines
101 B
Makefile
10 lines
101 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= testaccess
|
||
|
|
NOMAN= yes
|
||
|
|
|
||
|
|
SRCS= testaccess.c
|
||
|
|
CFLAGS += -Wall
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|