6912898dc8
Reviewed by pooka@.
13 lines
191 B
Makefile
13 lines
191 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/06/29 23:30:19 rumble Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= mount_efs
|
|
SRCS= mount_efs.c
|
|
MAN= mount_efs.8
|
|
|
|
DPADD+=${LIBUTIL}
|
|
LDADD+=-lutil
|
|
|
|
.include <bsd.prog.mk>
|