summaryrefslogtreecommitdiff
path: root/sbin/newfs_ext2fs/Makefile
blob: 15017598ae23c6c2f15cb2d740d1e9dbeb447e8e (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.2 2010/02/17 19:26:48 otto Exp $
PROG=	newfs_ext2fs
SRCS=	newfs_ext2fs.c mke2fs.c ext2fs_bswap.c
MAN=	newfs_ext2fs.8

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

.include <bsd.prog.mk>