mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
# $NetBSD: Makefile.inst,v 1.1 2011/11/12 01:18:41 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if exists(${MACHINE_ARCH}.s)
|
|
PROG= hello
|
|
MAN= # empty
|
|
LDFLAGS= -nostdlib
|
|
SRCS= ${MACHINE_ARCH}.s
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|