10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $Id: Makefile,v 1.1 1998/07/16 23:21:59 abial Exp $
|
|
#
|
|
PROG=sps
|
|
SRCS= sps.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|