blob: a21b59271c31d911782a7586ac222a47b03efc3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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>
|