eb83bd6c94
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.
12 lines
148 B
Makefile
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>
|