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

17 lines
270 B
Makefile
Raw Normal View History

1998-02-05 07:56:24 +03:00
# $NetBSD: Makefile,v 1.5 1998/02/05 04:57:23 gwr Exp $
1995-06-02 00:37:44 +04:00
SA_PROG= ufsboot
1998-02-05 07:56:24 +03:00
SRCS= boot.c conf.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}