![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.1, 2009/03/23 21:03:58 | version 1.2, 2009/03/24 15:14:23 | ||
---|---|---|---|
|
|
||
SRCS= rm.c | SRCS= rm.c | ||
MAN= fsu_rm.1 | MAN= fsu_rm.1 | ||
DPADD+= ${LIBUTIL} | .include "${.CURDIR}/../../Makefile.fsu" | ||
CPPFLAGS+= -DUSE_UKFS -I../../lib/libfsu_utils -I../../lib/libfsu_mount | |||
LDADD+= -lutil -L../../lib/libfsu_utils -L../../lib/libfsu_mount \ | |||
-lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount | |||
.if exists(/usr/lib/librumpvfs.so) | |||
LDADD+= -lrumpvfs | |||
.endif | |||
.include <bsd.prog.mk> | .include <bsd.prog.mk> |