8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/08/19 13:37:07 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS=3
|
|
PROG= vacation
|
|
|
|
.include <bsd.prog.mk>
|