BSD 4_3_Net_1 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 10 May 1987 23:17:22 +0000 (15:17 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 10 May 1987 23:17:22 +0000 (15:17 -0800)
Work on file xns/morexnslib/xnsbfs/Makefile

Synthesized-from: CSRG/cd2/net.1

xns/morexnslib/xnsbfs/Makefile [new file with mode: 0644]

diff --git a/xns/morexnslib/xnsbfs/Makefile b/xns/morexnslib/xnsbfs/Makefile
new file mode 100644 (file)
index 0000000..e62b474
--- /dev/null
@@ -0,0 +1,51 @@
+# $Header: Makefile,v 1.4 87/01/05 12:00:18 ed Exp $
+# $Log:        Makefile,v $
+# Revision 1.4  87/01/05  12:00:18  ed
+# Webster version -- make versus make install
+# 
+# Revision 1.4  87/01/05  12:00:18  ed
+# Updated to new directory structure
+# 
+# Revision 1.3  86/07/29  06:36:04  root
+# add cleanup entry
+# 
+# Revision 1.2  86/06/29  07:12:54  jqj
+# removed ns_ntoa(), since it's not a libc routine.
+# 
+# Revision 1.1  86/06/27  13:14:34  jqj
+# Initial revision
+# 
+#
+
+DESTDIR =
+DESTBIN = ${DESTDIR}/usr/new
+DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
+
+BINDIR = ../../bin
+LIBDIR = ../../lib
+MANDIR = ../../man
+INCDIR = ../../include
+COURIERDIR = ../../xnscourier
+
+#CFLAGS=       -g -DDEBUG -I${INCDIR}
+CFLAGS= -O -I${INCDIR}
+RCSREV=
+RCSNAME=current
+SRCS= xnsbfs.c bfsgetdoms.c
+OBJS= xnsbfs.o bfsgetdoms.o
+
+xnsbfs: ${OBJS}
+       ${CC} ${LDFLAGS} -o xnsbfs ${OBJS} ${LIBDIR}/libcourier.a
+
+xnsbfs.o: pex.h
+
+install: xnsbfs
+       install -s -c xnsbfs ${BINDIR}
+
+clean:
+       rm -f xnsbfs *.o *.BAK
+       rm -f xnsbfs *.o
+
+rcs:
+       rcs -l RCS/*
+       cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*