NetBSD/sys/arch/sun3/stand/bootxx/Makefile

13 lines
208 B
Makefile

# $NetBSD: Makefile,v 1.6 2000/07/16 21:56:13 jdolecek Exp $
SA_PROG= bootxx
SRCS= bootxx.c conf.c
# Do not strip or remove a.out header for this one.
STRIPFLAG=
all: ${SA_PROG}
.include <bsd.prog.mk>