12 lines
145 B
Makefile
12 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/03/12 11:02:21 ad Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= lwpctl
|
|
WARNS= 4
|
|
|
|
regress:
|
|
@./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|