summaryrefslogtreecommitdiff
path: root/distrib/special/newfs_ext2fs/Makefile
blob: 998e8be6853ee52007611698c57622089e433bba (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
PROG=	newfs_ext2fs
SRCS=	newfs_ext2fs.c mke2fs.c ext2fs_bswap.c
MAN=	newfs_ext2fs.8

.PATH:	${.CURDIR}/../../../sys/ufs/ext2fs
DPADD+= ${LIBUTIL}
LDADD+= -lutil

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