mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
17 lines
277 B
Makefile
17 lines
277 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/12/11 12:19:35 christos Exp $
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILES= ${UUDECODE_FILES}
|
|
FILESDIR= /
|
|
FILESMODE= ${BINMODE}
|
|
UUDECODE_FILES= pcs750.bin
|
|
CLEANFILES+= pcs750.bin
|
|
|
|
all dependall: ${FILES}
|
|
|
|
.include <bsd.files.mk>
|
|
.include <bsd.prog.mk>
|