# $OpenBSD: Makefile.bsd-wrapper,v 1.15 1999/06/07 00:45:37 deraadt Exp $ MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \ man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \ man/rcsmerge.1 man/rlog.1 CLEANFILES= man/rcsfile.5 src/conf.h LDFLAGS+= -s ${LDSTATIC} GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}" all: config.status rcsfile.5 ${MAKE} ${GNUCFLAGS} .FORCE: .IGNORE .include .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" \ ${GNUCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ sh ${.CURDIR}/configure --with-diffutils --prefix=/usr ${CF} config.status: PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ ${GNUCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ sh ${.CURDIR}/configure --with-diffutils --prefix=/usr ${CF} rcsfile.5: (cd man ; ${MAKE} ${GNUCFLAGS} rcsfile.5) .ifdef NOMAN maninstall: @echo NOMAN is set .endif install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ bindir=${DESTDIR}/usr/bin INSTALL_MAN= install install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/src/rcsfreeze.sh ${DESTDIR}/usr/bin/rcsfreeze clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi rm -f ${CLEANFILES} depend: # Nothing here so far... lint: # Nothing here so far... tags: # Nothing here so far... .include .include .ifndef NOMAN .include .endif