9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/12/11 12:17:23 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= mkboot
|
|
SRCS= mkboot.c
|
|
|
|
.include <bsd.prog.mk>
|