|
|
BSD 4.3
# $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/xns/examples/Makefile,v 1.1.1.1 2018/04/24 16:12:54 root Exp $
#
# $Log: Makefile,v $
# Revision 1.1.1.1 2018/04/24 16:12:54 root
# BSD 4.3
#
#
SUBDIRS=print gap ch filing
BROKEN=authchtest retrieve auth
CRLIB=${DESTDIR}/usr/new/lib/xnscourier
BINDIR=/usr/new
all:
-for Dir in ${SUBDIRS}; do \
(cd $$Dir; make ${MFLAGS} CRLIB=${CRLIB} BINDIR=${BINDIR}); done
install:
-for Dir in ${SUBDIRS}; do \
(cd $$Dir; \
make ${MFLAGS} DESTDIR=${DESTDIR} CRLIB=${CRLIB} \
BINDIR=${BINDIR} install); \
done
rcs:
-for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} rcs); done
clean:
-rm -f *.BAK *.CKP
-for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} clean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.