[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / httpd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/httpd/Makefile between version 1.29 and 1.30

version 1.29, 2020/07/11 08:10:52 version 1.30, 2021/02/28 02:39:15
Line 81  CLEANFILES+= bozohttpd.8.html bozohttpd.
Line 81  CLEANFILES+= bozohttpd.8.html bozohttpd.
 check:  check:
         cd ${.CURDIR}/testsuite && ${MAKE} check          cd ${.CURDIR}/testsuite && ${MAKE} check
   
   .if empty(BOZOVER)
   BOZOVER!=       sed -n \
                       -e s/\"$$// -e \
                       's/\#define[        ]*SERVER_SOFTWARE[      ]*\"bozohttpd\///p'  bozohttpd.c
   .endif
   
 # Create a distfile: uses /tmp  # Create a distfile: uses /tmp
 BASE=bozohttpd-${BOZOVER}  BASE=bozohttpd-${BOZOVER}
 TAR=${BASE}.tar  TAR=${BASE}.tar

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>