NetBSD/sys/arch/sun3/stand/ufsboot/Makefile

17 lines
280 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/09/05 04:31:55 gwr Exp $
1995-06-02 00:37:44 +04:00
SA_PROG= ufsboot
SRCS= boot.c conf.c version.c
OBJS= ${SRCS:.c=.o}
# Using local rule for this
OBJS+= ufs.o
1995-06-02 00:37:44 +04:00
1995-06-10 02:24:06 +04:00
all: ${SA_PROG}.bin
1995-06-02 00:37:44 +04:00
.include <bsd.prog.mk>
1995-06-10 02:24:06 +04:00
ufs.o : ${S}/lib/libsa/ufs.c
${COMPILE.c} -DCOMPAT_UFS ${.IMPSRC}