9 lines
184 B
Makefile
9 lines
184 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 5/28/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 21:41:35 mycroft Exp $
|
|
|
|
PROG= nstest
|
|
NOMAN= noman
|
|
|
|
.include "../../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|