14 lines
289 B
Makefile
14 lines
289 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/10 18:27:41 christos Exp $
|
|
# From: $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|