summaryrefslogtreecommitdiff
path: root/distrib/special/newfs_msdos/Makefile
blob: 1b6d44e0ea6a18cd4454b9cd05eb9150ef2f6ac6 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
# $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.2 1999/08/28 00:13:52 peter Exp $

PROG=	newfs_msdos
MAN=	newfs_msdos.8
DPADD=	${LIBUTIL}
LDADD=	-lutil

.PATH:  ${.CURDIR}/../../../sbin/newfs_msdos
.include <bsd.prog.mk>