mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
destroy lint remnants.
okay millert@ deraadt@
This commit is contained in:
parent
96b44c9d50
commit
752051c1bd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2016/09/20 10:39:18 phessler Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2017/06/12 18:49:33 espie Exp $
|
||||
|
||||
PROG= route
|
||||
MAN= route.8
|
||||
@ -6,7 +6,7 @@ SRCS= route.c show.c
|
||||
|
||||
CFLAGS+= -Wall -DSMALL
|
||||
|
||||
route.o .depend lint tags: keywords.h
|
||||
route.o .depend tags: keywords.h
|
||||
|
||||
.PATH: ${.CURDIR}/../../../sbin/route
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.456 2017/06/03 22:23:47 deraadt Exp $
|
||||
# $OpenBSD: Makefile,v 1.457 2017/06/12 18:49:33 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -62,7 +62,7 @@ RCDAEMONS=amd apmd bgpd bootparamd cron dhcpd dhcrelay dhcrelay6 dvmrpd \
|
||||
|
||||
MISETS= base${OSrev}.tgz comp${OSrev}.tgz man${OSrev}.tgz game${OSrev}.tgz
|
||||
|
||||
all clean cleandir depend etc install lint:
|
||||
all clean cleandir depend etc install:
|
||||
|
||||
install-mtree:
|
||||
${INSTALL} -c -o root -g wheel -m 600 mtree/special \
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.4 1997/09/21 11:37:12 deraadt Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/06/12 18:49:33 espie Exp $
|
||||
|
||||
NOOBJ= noobj
|
||||
all wargames clean cleandir depend lint tags:
|
||||
all wargames clean cleandir depend tags:
|
||||
|
||||
install:
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2016/07/04 18:01:44 guenther Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
LIB= objc
|
||||
|
||||
@ -90,9 +90,6 @@ maninstall:
|
||||
|
||||
depend:
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/11/05 17:02:43 espie Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include "${.CURDIR}/shlib_version"
|
||||
SHLIB_MAJOR=${major}
|
||||
@ -64,9 +64,6 @@ config.status:
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2017/03/05 00:26:08 jsg Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -130,9 +130,6 @@ c++filt.1: binutils/doc/cxxfilt.man
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.85 2016/09/18 08:58:13 natano Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.86 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -95,9 +95,6 @@ c++filt.1: binutils/cxxfilt.man
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.55 2016/09/29 09:16:21 natano Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -65,9 +65,6 @@ clean cleandir:
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.64 2016/03/30 06:38:40 jmc Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.65 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
MAN= gcc.1 cpp.1 gcov.1 protoize.1
|
||||
|
||||
@ -169,9 +169,6 @@ includes:
|
||||
ln -sf ${GCCINC}/$$j ${DESTDIR}/usr/include/$$j; \
|
||||
done
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2016/11/16 21:40:21 tb Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
INFODIR= infodir=/usr/share/info
|
||||
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
|
||||
@ -70,9 +70,6 @@ clean cleandir:
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/01/19 23:18:29 phessler Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
PROG= route
|
||||
MAN= route.8
|
||||
@ -6,6 +6,6 @@ SRCS= route.c show.c
|
||||
|
||||
CFLAGS+= -Wall -DBFD
|
||||
|
||||
route.o .depend lint tags: keywords.h
|
||||
route.o .depend tags: keywords.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:34 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2017/06/12 18:49:34 espie Exp $
|
||||
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
|
||||
|
||||
# Missing: connectives, words
|
||||
@ -7,7 +7,7 @@ FILES= README propernames web2 web2a
|
||||
NOOBJ= noobj
|
||||
LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
all clean cleandir depend tags:
|
||||
|
||||
realinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/05/30 14:52:37 millert Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/06/12 18:49:34 espie Exp $
|
||||
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
|
||||
|
||||
FILES= airport birthtoken countrycodes \
|
||||
@ -11,7 +11,7 @@ FILES= airport birthtoken countrycodes \
|
||||
SUBDIR= pcvtfonts
|
||||
.endif
|
||||
|
||||
all clean cleandir depend lint obj tags: _SUBDIRUSE
|
||||
all clean cleandir depend obj tags: _SUBDIRUSE
|
||||
|
||||
realinstall:
|
||||
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2016/09/25 17:43:11 natano Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt
|
||||
FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt
|
||||
FILES+= OPENBSD-CARP-MIB.txt OPENBSD-PF-MIB.txt
|
||||
FILES+= OPENBSD-RELAYD-MIB.txt
|
||||
|
||||
all clean cleandir depend lint obj tags: _SUBDIRUSE
|
||||
all clean cleandir depend obj tags: _SUBDIRUSE
|
||||
|
||||
realinstall:
|
||||
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 0444 \
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/07/08 15:20:40 nicm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2017/06/12 18:49:34 espie Exp $
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 10/22/90
|
||||
|
||||
FILES= std stdcrt vt100 vt300
|
||||
NOOBJ= noobj
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
all clean cleandir depend tags:
|
||||
|
||||
realinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/07/20 19:44:03 mickey Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/06/12 18:49:34 espie Exp $
|
||||
# from: @(#)Makefile 6.13 (Berkeley) 3/20/91
|
||||
|
||||
FILES= tmac.andoc
|
||||
@ -7,7 +7,7 @@ NOOBJ= noobj
|
||||
|
||||
SUBDIR= mdoc
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
all clean cleandir depend tags:
|
||||
|
||||
realinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/04/08 01:44:59 millert Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/06/12 18:49:34 espie Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms
|
||||
@ -8,7 +8,7 @@ LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc
|
||||
STRIP_SED = ${.CURDIR}/../strip.sed
|
||||
NOOBJ= noobj
|
||||
|
||||
all clean cleandir depend lint tags:
|
||||
all clean cleandir depend tags:
|
||||
|
||||
beforeinstall:
|
||||
for i in ${MSRCS}; do \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2016/07/30 03:25:48 guenther Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2017/06/12 18:49:34 espie Exp $
|
||||
# $NetBSD: Makefile,v 1.17 1997/04/17 07:27:46 thorpej Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
@ -38,9 +38,6 @@ ${PROG}.nosym: ${PROG}.sym
|
||||
${PROG}: ${PROG}.nosym
|
||||
objcopy --output-target=binary ${PROG}.nosym ${PROG}
|
||||
|
||||
# no lint here (yet?)
|
||||
lint:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
### find out what to use for libz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2016/07/30 03:25:48 guenther Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2017/06/12 18:49:34 espie Exp $
|
||||
# $NetBSD: Makefile,v 1.12 1997/04/17 07:27:49 thorpej Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
@ -34,9 +34,6 @@ ${PROG}: ${PROG}.nosym
|
||||
objcopy --output-target=binary ${PROG}.nosym ${PROG}.trunc
|
||||
dd if=${PROG}.trunc of=${PROG} obs=`expr 15 \* 512` conv=osync
|
||||
|
||||
# no lint here (yet?)
|
||||
lint:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
${PROG}.sym: ${OBJS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2016/07/30 03:25:48 guenther Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/06/12 18:49:34 espie Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
@ -48,9 +48,6 @@ realinstall:
|
||||
-o ${BINOWN} -g ${BINGRP} \
|
||||
-m ${BINMODE} ${PROG}.mop ${DESTDIR}${BINDIR}/${PROG}.mop
|
||||
|
||||
# no lint here (yet?)
|
||||
lint:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
### find out what to use for libz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2014/08/22 19:28:25 brad Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -60,9 +60,6 @@ clean cleandir:
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2016/10/05 20:08:36 natano Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2017/06/12 18:49:34 espie Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -76,9 +76,6 @@ clean cleandir:
|
||||
depend:
|
||||
# Nothing here so far...
|
||||
|
||||
lint:
|
||||
# Nothing here so far...
|
||||
|
||||
tags:
|
||||
# Nothing here so far...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user