Keep configure from complaining about missing *.man.in
authormillert <millert@openbsd.org>
Wed, 5 Apr 2000 14:14:34 +0000 (14:14 +0000)
committermillert <millert@openbsd.org>
Wed, 5 Apr 2000 14:14:34 +0000 (14:14 +0000)
usr.bin/sudo/Makefile.bsd-wrapper

index 27db672..0f227bc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.6 2000/02/02 04:04:57 d Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.7 2000/04/05 14:14:34 millert Exp $
 
 MAN=   sudo.8 sudoers.5 visudo.8
 XCFLAGS=       CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}"
@@ -35,12 +35,14 @@ config: .FORCE
        -rm -f config.cache
 .endif
        PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
+       CONFIG_FILES="Makefile config.h pathnames.h" \
        ${XCFLAGS} \
        INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
        sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}
 
 config.status:
        PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
+       CONFIG_FILES="Makefile config.h pathnames.h" \
        ${XCFLAGS} \
        INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
        sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}