10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/07/13 13:22:05 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
USE_FORT?= yes # data driven bugs?
|
|
|
|
WARNS?=4
|
|
PROG= vacation
|
|
|
|
.include <bsd.prog.mk>
|