From 48893562fdfa12c4f376d2556da18e817a34484f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sun, 18 Jun 2000 22:07:26 +0000 Subject: Initial import of very much rewritten TCFS userland. This code is still nasty. --- usr.bin/tcfs/Makefile.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr.bin/tcfs/Makefile.inc (limited to 'usr.bin/tcfs/Makefile.inc') diff --git a/usr.bin/tcfs/Makefile.inc b/usr.bin/tcfs/Makefile.inc new file mode 100644 index 00000000000..bc62c39a36d --- /dev/null +++ b/usr.bin/tcfs/Makefile.inc @@ -0,0 +1,11 @@ +CFLAGS+= -I${.CURDIR}/.. + +.include + +.if exists(${.CURDIR}/../lib/${__objdir}) +LDADD+= -L${.CURDIR}/../lib/${__objdir} -ltcfs +DPADD+= ${.CURDIR}/../lib/${__objdir}/libtcfs.a +.else +LDADD+= -L${.CURDIR}/../lib -ltcfs +DPADD+= ${.CURDIR}/../lib/libtcfs.a +.endif -- cgit v1.2.3