summaryrefslogtreecommitdiff
path: root/distrib/special/newfs/Makefile
blob: cc5cebe0bbf0fc86f57f560fb8d63f634d21f498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $

PROG=	newfs
SRCS=	dkcksum.c getmntopts.c newfs.c mkfs.c

CFLAGS+= -I${.CURDIR}/../../../sbin/mount
.PATH:  ${.CURDIR}/../../../sbin/newfs
.PATH:  ${.CURDIR}/../../../sbin/mount
.PATH:	${.CURDIR}/../../../sbin/disklabel

LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>