NetBSD/sys/arch/alpha/stand/installboot.old/Makefile

10 lines
159 B
Makefile

# $NetBSD: Makefile,v 1.13 1999/04/05 05:48:12 cgd Exp $
PROG= installboot.old
SRCS= installboot.c
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>