Remove empty libinstall target and add NOINSTALL=1.
This commit is contained in:
parent
d0b955050b
commit
83498d7e88
|
@ -1,5 +1,5 @@
|
|||
# This subdirectory contains Unix specific support functions.
|
||||
# $Id: Makefile,v 1.6 1997/05/07 16:20:26 mycroft Exp $
|
||||
# $Id: Makefile,v 1.7 1997/05/30 13:43:06 cjs Exp $
|
||||
|
||||
LIB= unix
|
||||
SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \
|
||||
|
@ -19,7 +19,7 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This is the Makefile for the Taylor UUCP uuconf library
|
||||
# $Id: Makefile,v 1.6 1997/05/07 16:20:28 mycroft Exp $
|
||||
# $Id: Makefile,v 1.7 1997/05/30 13:43:08 cjs Exp $
|
||||
|
||||
LIB= uuconf
|
||||
SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \
|
||||
|
@ -23,7 +23,7 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
|
||||
# $Id: Makefile,v 1.5 1997/05/07 16:20:29 mycroft Exp $
|
||||
# $Id: Makefile,v 1.6 1997/05/30 13:43:10 cjs Exp $
|
||||
|
||||
LIB= uucp
|
||||
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
|
||||
|
@ -10,7 +10,7 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 1997/05/16 21:16:47 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1997/05/30 13:43:12 cjs Exp $
|
||||
|
||||
LIB= cc1
|
||||
|
||||
|
@ -6,6 +6,9 @@ NOMAN=
|
|||
NOPIC=
|
||||
NOPROFILE=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
COMMON!=cd $(.CURDIR)/../common; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
|
||||
|
@ -180,7 +183,4 @@ c-parse.c: c-parse.y
|
|||
mv -f c.tab.c c-parse.c
|
||||
mv -f c.tab.h c-parse.h
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# $Id: Makefile,v 1.6 1997/05/07 16:20:32 mycroft Exp $
|
||||
# $Id: Makefile,v 1.7 1997/05/30 13:43:14 cjs Exp $
|
||||
|
||||
LIB= bfd
|
||||
NOPROFILE=
|
||||
NOPIC=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/arch/$(MACHINE_ARCH) -I$(.CURDIR) \
|
||||
-I$(.CURDIR)/../include
|
||||
.PATH: $(.CURDIR)/arch/$(MACHINE_ARCH)
|
||||
|
@ -20,7 +23,4 @@ SRCS= archive.c archures.c bfd.c cache.c coffgen.c core.c ctor.c \
|
|||
targets.o archures.o: $(.CURDIR)/$(.TARGET:S/.o$/.c/)
|
||||
${COMPILE.c} $(VECTORS) -o $(.TARGET) $(.IMPSRC)
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# $Id: Makefile,v 1.2 1997/05/07 16:20:33 mycroft Exp $
|
||||
# $Id: Makefile,v 1.3 1997/05/30 13:43:16 cjs Exp $
|
||||
|
||||
LIB= iberty
|
||||
NOPROFILE=
|
||||
NOPIC=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/../include
|
||||
SRCS= argv.c basename.c concat.c cplus-dem.c getopt.c getopt1.c \
|
||||
obstack.c strsignal.c ieee-float.c insque.c
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# $Id: Makefile,v 1.2 1997/05/07 16:20:34 mycroft Exp $
|
||||
# $Id: Makefile,v 1.3 1997/05/30 13:43:17 cjs Exp $
|
||||
|
||||
LIB= readline
|
||||
NOPROFILE=
|
||||
NOPIC=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
CFLAGS+= -DVOID_SIGHANDLER -DVI_MODE
|
||||
SRCS= funmap.c history.c keymaps.c readline.c vi_mode.c tilde.c
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5 1997/05/07 16:20:35 mycroft Exp $
|
||||
# $Id: Makefile,v 1.6 1997/05/30 13:43:19 cjs Exp $
|
||||
|
||||
LIB= bib
|
||||
SRCS= common.cc index.cc linear.cc search.cc map.c
|
||||
|
@ -8,8 +8,8 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include "../Makefile.cfg"
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.7 1997/05/07 16:20:36 mycroft Exp $
|
||||
# $Id: Makefile,v 1.8 1997/05/30 13:43:22 cjs Exp $
|
||||
|
||||
LIB= driver
|
||||
SRCS= input.cc printer.cc
|
||||
|
@ -8,8 +8,8 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include "../Makefile.cfg"
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.7 1997/05/07 16:20:37 mycroft Exp $
|
||||
# $Id: Makefile,v 1.8 1997/05/30 13:43:24 cjs Exp $
|
||||
|
||||
LIB= groff
|
||||
SRCS= assert.cc change_lf.cc cmap.cc cset.cc device.cc errarg.cc\
|
||||
|
@ -13,13 +13,13 @@ NOMAN= noman
|
|||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
CLEANFILES+= version.cc
|
||||
version.cc: $(.CURDIR)/../VERSION
|
||||
@echo Making version.cc
|
||||
@echo const char \*version_string = \"`cat $(.CURDIR)/../VERSION`\"\; >$@
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include "../Makefile.cfg"
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 1997/05/07 16:20:38 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1997/05/30 13:43:26 cjs Exp $
|
||||
|
||||
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
|
||||
# the middle of CVS/RCS changes
|
||||
|
@ -16,7 +16,7 @@ SRCS= maketime.c merger.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
|
|||
NOPROFILE=noprofile
|
||||
NOPIC=nopic
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 1997/05/07 16:20:39 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/05/30 13:43:28 cjs Exp $
|
||||
|
||||
LIB= sa
|
||||
|
||||
|
@ -6,6 +6,9 @@ NOPIC=
|
|||
NOPROFILE=
|
||||
OBJMACHINE=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
CPPFLAGS+= ${DEFS} ${INCL}
|
||||
CFLAGS+= -fomit-frame-pointer -Wall
|
||||
NO_NET=
|
||||
|
@ -50,7 +53,4 @@ S_MACHSA=${S}/arch/atari/stand/libsa
|
|||
|
||||
.PATH: ${S_SA} ${S_KERN}
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.3 1997/05/07 16:20:41 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/05/30 13:43:29 cjs Exp $
|
||||
|
||||
LIB=bug
|
||||
|
||||
NOPIC=
|
||||
NOPROFILE=
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
S=${.CURDIR}/../../../..
|
||||
DIR_SA=$S/lib/libsa
|
||||
|
||||
|
@ -13,7 +16,4 @@ CFLAGS+=-I${.CURDIR}/../../include -I${DIR_SA}
|
|||
SRCS= delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c \
|
||||
outstr.c putchar.c return.c rtc_rd.c
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 1997/05/07 16:20:42 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/05/30 13:43:31 cjs Exp $
|
||||
|
||||
LIB=sa
|
||||
|
||||
|
@ -7,6 +7,9 @@ CLEANFILES+=SRT0.o
|
|||
NOPIC=nopic
|
||||
NOPROFILE=noprofile
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
# Logically src/sys
|
||||
S=${.CURDIR}/../../../..
|
||||
DIR_SA=$S/lib/libsa
|
||||
|
@ -40,7 +43,4 @@ CFLAGS= -O2 ${COPTS} ${DEFS} ${DBG} ${INCL}
|
|||
|
||||
all: libsa.a SRT0.o
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.12 1997/05/07 16:20:43 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1997/05/30 13:43:32 cjs Exp $
|
||||
|
||||
LIB=sa
|
||||
|
||||
NOPIC=nopic
|
||||
NOPROFILE=noprofile
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
# Logically src/sys
|
||||
S=${.CURDIR}/../../../..
|
||||
DIR_SA=$S/lib/libsa
|
||||
|
@ -40,7 +43,4 @@ CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL}
|
|||
|
||||
all: libsa.a SRT0.o SRT1.o
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.3 1997/05/07 16:20:44 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/05/30 13:43:33 cjs Exp $
|
||||
|
||||
LIB=sa
|
||||
|
||||
NOPIC=nopic
|
||||
NOPROFILE=noprofile
|
||||
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
# Logically src/sys
|
||||
S=${.CURDIR}/../../../..
|
||||
DIR_SA=$S/lib/libsa
|
||||
|
@ -38,7 +41,4 @@ CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL}
|
|||
|
||||
all: libsa.a SRT0.o SRT1.o
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -38,7 +38,7 @@ NOPROFILE=
|
|||
NOPIC=
|
||||
NOLINT=
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
# this library is used only for the build
|
||||
NOINSTALL=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue