NetBSD/sys/arch/atari/stand/installboot/Makefile

11 lines
187 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1996/02/29 11:35:46 leo Exp $
PROG= installboot
MAN= installboot.8
SRCS= installboot.c disklabel.c
BINDIR= /usr/mdec
CFLAGS+=-Wall
.include <bsd.prog.mk>