summaryrefslogtreecommitdiff
path: root/usr.sbin/flashctl/Makefile
blob: 9c19a077e40c0c90a331ce4f3b9782062a3059e1 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.2 2011/02/27 17:51:45 ahoka Exp $

SRCS=		flashctl.c

PROG=		flashctl
MAN=		flashctl.8

WARNS=		4

.include <bsd.prog.mk>