10 lines
119 B
Makefile
10 lines
119 B
Makefile
# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:53 abial Exp $
|
|
#
|
|
PROG=help
|
|
SRCS+=help.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|