NetBSD/usr.bin/whatis/Makefile

9 lines
180 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:01 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= whatis
SRCS= whatis.c config.c
.PATH: ${.CURDIR}/../man
.include <bsd.prog.mk>