summaryrefslogtreecommitdiff
path: root/lib/libcom_err
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 00:51:00 +0000
committertv <tv@NetBSD.org>2001-12-12 00:51:00 +0000
commit001067bbd1d3794241ea2698341fccc62b44a289 (patch)
treedb1d422c268232acdb1a9a086083a0cacb7db78d /lib/libcom_err
parentebb6a0679929e9afb76d42e47d5f0e877decc3a1 (diff)
Readability cleanups; MKfoo=no -> NOfoo.
Diffstat (limited to 'lib/libcom_err')
-rw-r--r--lib/libcom_err/Makefile40
-rw-r--r--lib/libcom_err/compile_et/Makefile14
2 files changed, 25 insertions, 29 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 3630e6344e0..b3c300ea85d 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,35 +1,35 @@
-# $NetBSD: Makefile,v 1.10 2001/11/21 05:40:30 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.11 2001/12/12 00:51:01 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/lib/com_err
-
-MKLINT= no
+.PATH: ${DIST}/heimdal/lib/com_err
-LIB= com_err
-SRCS= error.c com_err.c roken_rename.h
+LIB= com_err
+SRCS= error.c com_err.c roken_rename.h
-INCS= com_err.h com_right.h
+INCS= com_err.h com_right.h
-MAN= com_err.3
-MLINKS= com_err.3 com_err_va.3 \
- com_err.3 error_message.3 \
- com_err.3 error_table_name.3 \
- com_err.3 init_error_table.3 \
- com_err.3 set_com_err_hook.3 \
- com_err.3 reset_com_err_hook.3
+MAN= com_err.3
+MLINKS= com_err.3 com_err_va.3 \
+ com_err.3 error_message.3 \
+ com_err.3 error_table_name.3 \
+ com_err.3 init_error_table.3 \
+ com_err.3 set_com_err_hook.3 \
+ com_err.3 reset_com_err_hook.3
.if ${USETOOLS} != "yes"
-.PHONY: compile_et
-
-includes: compile_et
+.PHONY: compile_et
+includes: compile_et
+SUBDIR= compile_et
compile_et:
@cd ${.CURDIR}/compile_et && ${MAKE}
.endif
-INCSDIR=/usr/include/krb5
+INCSDIR= /usr/include/krb5
CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
@@ -38,10 +38,6 @@ CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
-.if ${USETOOLS} != "yes"
-SUBDIR= compile_et
-.endif
-
.include <bsd.lib.mk>
.if ${USETOOLS} != "yes"
.include <bsd.subdir.mk>
diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile
index ace8c29b690..9099dd785a3 100644
--- a/lib/libcom_err/compile_et/Makefile
+++ b/lib/libcom_err/compile_et/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:41 assar Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:01 tv Exp $
-NOMAN= noman
+NOMAN= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../../crypto/dist
# uncommon library functions
-.PATH: ${.CURDIR}/../../libc/string
-SRCS+= strlcpy.c strlcat.c
+.PATH: ${.CURDIR}/../../libc/string
+SRCS+= strlcpy.c strlcat.c
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
@@ -17,9 +17,9 @@ HOSTPROG= compile_et
SRCS+= compile_et.c parse.y lex.l \
getarg.c print_version.c warnerr.c strupr.c get_window_size.c
-YHEADER= 1
+YHEADER= # defined
-BINDIR= /usr/bin
+BINDIR= /usr/bin
LIBROKEN!= cd ${.CURDIR}/../../libroken && ${PRINTOBJDIR}
@@ -30,7 +30,7 @@ HOST_CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
-DPSRCS= print_version.h
+DPSRCS= print_version.h
make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h