NetBSD/usr.bin/mktemp/Makefile

7 lines
106 B
Makefile
Raw Normal View History

2006-05-20 00:06:30 +04:00
# $NetBSD: Makefile,v 1.8 2006/05/19 20:06:30 rillig Exp $
1999-09-03 00:46:17 +04:00
PROG= mktemp
2006-05-20 00:06:30 +04:00
WARNS= 4
1999-09-03 00:46:17 +04:00
.include <bsd.prog.mk>