# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1999/06/07 00:45:37 deraadt Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info \ info/funs.h info/doc.c NOMAN= # info.1 manpage passed into obsolescence SUBDIRS= intl lib info makeinfo po util doc GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" FSFMAKE= ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ ${INFOPATH} FSFALL=all-recursive .include all: config.status ${FSFMAKE} LDFLAGS=${LDSTATIC} $(FSFALL) .FORCE: .IGNORE .ifdef GLOBAL_AUTOCONF_CACHE CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} .else CF= .endif config: .FORCE .ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache .endif PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ /bin/sh ${.CURDIR}/configure --prefix=/usr ${CF} config.status: PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ /bin/sh ${.CURDIR}/configure --prefix=/usr ${CF} .ifdef NOMAN maninstall: @echo NOMAN is set .endif install: maninstall ${FSFMAKE} prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin \ mandir= INSTALL_MAN= install sh ${.CURDIR}/util/gen-dir-node ${DESTDIR}/usr/share/info > \ ${DESTDIR}/usr/share/info/dir clean cleandir: rm -f ${CLEANFILES} -@if [ -e Makefile ]; then \ $(FSFMAKE) distclean; fi depend: # Nothing here so far... lint: # Nothing here so far... tags: # Nothing here so far... .include .include .ifndef NOMAN .include .endif