10 lines
86 B
Makefile
10 lines
86 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= semtest
|
||
|
SRCS= semtest.c
|
||
|
NO_MAN=
|
||
|
|
||
|
WARNS?= 3
|
||
|
|
||
|
.include <bsd.prog.mk>
|