NetBSD/share/examples/puffs/icfs/Makefile
pooka eb83bd6c94 I wasn't going to add any more silly examples, but I'll bite for
this one, since it's a good exercise ..

Add icfs, which does the same thing as the refuse-based icfs agc
added earlier this week, i.e. null-mounts & converts the entire
namespace to lowercase.  However, it's a fun comparison, since this
is implemented in a completely different fashion from the refuse
version.
2007-06-24 18:32:00 +00:00

12 lines
148 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/06/24 18:32:00 pooka Exp $
PROG= icfs
LDADD+= -lpuffs -lutil
DBG=-g -O0
WARNS= 3
NOMAN= 1
.include <bsd.prog.mk>