Cross Reference: Makefile
xref: /src/sys/arch/vax/stand/pcs/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/vax/stand/pcs/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2002/04/09 18:03:07 matt Exp $
2
3.include <bsd.own.mk>
4
5FILES=		pcs750.bin
6FILESDIR=	/
7FILESMODE=	${BINMODE}
8CLEANFILES+=	pcs750.bin
9
10all dependall: ${FILES}
11
12UUDECODE?=	uudecode
13
14pcs750.bin:	${.CURDIR}/pcs750.bin.uue
15	${UUDECODE} ${.ALLSRC}
16
17.include <bsd.files.mk>
18
19NOMAN=
20
21.include <bsd.prog.mk>
22

Indexes created Thu Dec 18 15:09:44 GMT 2025