NO_MAN is not needed here.

This commit is contained in:
Ruslan Ermilov 2006-03-16 15:18:17 +00:00
parent 3618d8fe53
commit d1e9def254
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156775
12 changed files with 0 additions and 17 deletions

View file

@ -7,7 +7,6 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc
LIB= objc
SHLIB_MAJOR= 2
NO_MAN=
SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \
nil_method.c objects.c sarray.c selector.c sendmsg.c \

View file

@ -5,7 +5,6 @@ LDFLAGS= -Wl,-Bsymbolic
LDADD= -lkrb5 -lcrypto -lroken -lasn1 -lcom_err -lcrypt
DPADD= ${LIBKRB5} ${LIBCRYPTO} ${LIBROKEN} ${LIBASN1} ${LIBCOM_ERR} \
${LIBCRYPT}
NO_MAN=
SRCS= 8003.c \
accept_sec_context.c \

View file

@ -3,7 +3,6 @@
LIB = gpib
SHLIBDIR ?= /lib
SHLIB_MAJOR = 1
NO_MAN = sorry
SRCS = ibfoo.c
INCS = gpib.h
INCSDIR = ${INCLUDEDIR}/gpib

View file

@ -6,6 +6,4 @@ SRCS= io.c swiz.c bwx.c alpha_sethae.c
CFLAGS+= -Wall -Wa,-mev56
NO_MAN=
.include <bsd.lib.mk>

View file

@ -1,7 +1,5 @@
# $FreeBSD$
NCPLIB=${.CURDIR}
LIB= ncp
SHLIB_MAJOR= 2
@ -9,8 +7,6 @@ SHLIB_MAJOR= 2
DPADD= ${LIBIPX}
LDADD= -lipx
NO_MAN=
SRCS= ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
ncpl_rpc.c ncpl_crypt.c ipx.c sap.c

View file

@ -27,8 +27,6 @@ SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}
CLEANFILES+= ${GENSRCS}
NO_MAN=
.include <bsd.lib.mk>
.SUFFIXES: .x _xdr.c

View file

@ -7,7 +7,6 @@ LIB= smb
SHLIB_MAJOR= 2
DPADD= ${LIBKICONV}
LDADD= -lkiconv
NO_MAN=
SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
print.c \

View file

@ -7,6 +7,5 @@ WARNS?= 2
CFLAGS+= -I@/contrib/dev/acpica
SRCS= acpi_video.c
SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h
NO_MAN=
.include <bsd.kmod.mk>

View file

@ -6,7 +6,6 @@ KMOD = if_ce
SRCS = if_ce.c ceddk.c tau32-ddk.c
SRCS += opt_bpf.h opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
pci_if.h
NO_MAN=
.if !defined(KERNBUILDDIR)
PROTOS?= -DINET

View file

@ -6,7 +6,6 @@ KMOD = if_cp
SRCS = if_cp.c cpddk.c
SRCS += opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
pci_if.h
NO_MAN=
.if !defined(KERNBUILDDIR)
PROTOS?= -DINET

View file

@ -5,6 +5,5 @@ SHLIB_MAJOR= 1
SRCS= xx.c
#CFLAGS+=-mtls-dialect=sun
NO_MAN=
.include <bsd.lib.mk>

View file

@ -5,6 +5,5 @@ SHLIB_MAJOR= 1
SRCS= yy.c
CFLAGS+=-fpic
NO_MAN=
.include <bsd.lib.mk>