NetBSD Makefiles use "MAN=foo.3" not "MAN3=foo.0". However, since we
do not install this library, do not even bother with the ftpio.3 manpage.
This commit is contained in:
parent
7ff8fa13b1
commit
3dcfaef872
|
@ -1,13 +1,15 @@
|
||||||
# $NetBSD: Makefile,v 1.3 1997/06/05 14:25:52 agc Exp $
|
# $NetBSD: Makefile,v 1.4 1997/06/05 20:43:28 thorpej Exp $
|
||||||
# Original from FreeBSD, no rcs id.
|
# Original from FreeBSD, no rcs id.
|
||||||
|
|
||||||
LIB= install
|
LIB= install
|
||||||
CFLAGS+= -I${.CURDIR} ${DEBUG}
|
CFLAGS+= -I${.CURDIR} ${DEBUG}
|
||||||
SRCS= exec.c file.c global.c msg.c pen.c plist.c str.c
|
SRCS= exec.c file.c global.c msg.c pen.c plist.c str.c
|
||||||
SRCS+= ftpio.c ftperr.c
|
SRCS+= ftpio.c ftperr.c
|
||||||
MAN3= ftpio.3
|
|
||||||
CLEANFILES+= ftperr.c
|
CLEANFILES+= ftperr.c
|
||||||
|
|
||||||
|
# Don't need to install ftpio.3
|
||||||
|
NOMAN= yes
|
||||||
|
|
||||||
NOPROFILE= yes
|
NOPROFILE= yes
|
||||||
NOPIC= yes
|
NOPIC= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue