summaryrefslogtreecommitdiff
path: root/distrib/special/newfs/Makefile
blob: 4b3918962cb0288c8bb82951a84f40674e9446cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.3 2014/12/23 17:16:02 deraadt Exp $

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

CFLAGS+= -I${.CURDIR}/../../../sbin/mount

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

.PATH:  ${.CURDIR}/../../../sbin/newfs
.PATH:  ${.CURDIR}/../../../sbin/mount
.PATH:	${.CURDIR}/../../../sbin/disklabel
.include <bsd.prog.mk>