10 lines
72 B
Makefile
10 lines
72 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=sps
|
|
SRCS= sps.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|