mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# $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>
|