15 lines
173 B
Makefile
15 lines
173 B
Makefile
|
# $Id: Makefile,v 1.1 1994/09/08 02:51:37 wollman Exp $
|
||
|
|
||
|
PROG= testrsrr
|
||
|
|
||
|
S= ${.CURDIR}/..
|
||
|
.PATH: $S
|
||
|
CFLAGS+= -I$S
|
||
|
|
||
|
SRCS= testrsrr.c
|
||
|
NOMAN=
|
||
|
|
||
|
install:
|
||
|
|
||
|
.include <bsd.prog.mk>
|