12 lines
158 B
Makefile
12 lines
158 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2010/01/14 21:25:48 pooka Exp $
|
||
|
#
|
||
|
|
||
|
PROG= mount_puffs
|
||
|
|
||
|
DPADD+= ${LIBUTIL}
|
||
|
LDADD+= -lutil
|
||
|
|
||
|
MAN= mount_puffs.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|