e653b48c80
OK'ed by: core
10 lines
98 B
Makefile
10 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= testaccess
|
|
NO_MAN=
|
|
|
|
SRCS= testaccess.c
|
|
CFLAGS += -Wall
|
|
|
|
.include <bsd.prog.mk>
|