NetBSD/sbin/mount_hfs/Makefile

13 lines
190 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/03/06 11:28:47 dillo Exp $
.include <bsd.own.mk>
PROG= mount_hfs
SRCS= mount_hfs.c
MAN= mount_hfs.8
DPADD+=${LIBUTIL}
LDADD+=-lutil
.include <bsd.prog.mk>