summaryrefslogtreecommitdiff
path: root/share/examples/refuse/id3fs/Makefile
blob: b555fef37274d8f4f77d1a33bfd52fe5f4fdf0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.1 2007/04/15 15:22:44 agc Exp $

PROG=id3fs
SRCS=id3fs.c virtdir.c
LDADD+= -lrefuse
CPPFLAGS+= -g -I${.CURDIR}/../virtdir
MAN=id3fs.8
WARNS=4

.PATH: ${.CURDIR}/../virtdir

.include <bsd.prog.mk>