10 lines
192 B
Makefile
10 lines
192 B
Makefile
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
|
|
# $NetBSD: Makefile,v 1.2 1997/10/13 11:21:23 lukem Exp $
|
|
|
|
NOOBJ=
|
|
|
|
FILES= makewhatis.sed COPYRIGHT
|
|
FILESDIR= /usr/share/man
|
|
|
|
.include <bsd.prog.mk>
|