use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my repo to bozohttpd.8 will appear in this file.
This commit is contained in:
parent
54c5277e8e
commit
9240578f89
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/02/03 23:48:09 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/03/03 03:10:53 mrg Exp $
|
||||
#
|
||||
# $eterna: Makefile,v 1.26 2005/09/27 20:09:20 mrg Exp $
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
|||
COPTS+= -DDO_HTPASSWD
|
||||
PROG= httpd
|
||||
MAN= httpd.8
|
||||
BUILDSYMLINKS+=bozohttpd.8 httpd.8
|
||||
SRCS= bozohttpd.c ssl-bozo.c auth-bozo.c cgi-bozo.c daemon-bozo.c \
|
||||
tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: httpd.8,v 1.5 2007/10/17 13:55:46 reed Exp $
|
||||
.\" $NetBSD: bozohttpd.8,v 1.3 2008/03/03 03:10:53 mrg Exp $
|
||||
.\"
|
||||
.\" $eterna: bozohttpd.8,v 1.74 2006/05/17 08:19:10 mrg Exp $
|
||||
.\"
|
Loading…
Reference in New Issue