8 lines
145 B
Makefile
8 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/09/20 05:51:40 mikel Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= vacation
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|