Commit Graph

51 Commits

Author SHA1 Message Date
lukem
0ac69ffac4 - use NETBSDSRCDIR as appropriate
- makefile lint (moving NOxx to top of file,
  include <bsd.own.mk> as necessary, ...)
2002-09-19 03:09:31 +00:00
tv
8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
wiz
7dc54976bb Remove old groff files from usr.bin.
Pull up reach-over to head.
2001-04-19 14:40:39 +00:00
wiz
2f7eec860d New reachover build structure for groff 1.16.1. 2001-04-19 14:33:07 +00:00
mycroft
615ac255bd More .mk file fallout. *sigh* 2000-01-23 22:10:52 +00:00
lukem
033fa750fa don't wrap bits in .if !target(install) - prevents things from working with new bsd.files.mk 1999-02-14 13:17:13 +00:00
lukem
4ab519737e include bsd.own.mk 1999-02-13 03:47:59 +00:00
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
lukem
9dee5d2b46 don't install in /usr/share if NOSHARE is defined 1998-09-27 17:22:03 +00:00
lukem
72549586a8 distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
lukem
214d10bfb8 ${TMAC,FONT}{OWN,GRP,MODE} default to $FILE{OWN,GRP,MODE} 1998-02-09 04:22:14 +00:00
lukem
89827aeb90 rcsid fascism, fix make -j race condition when building libs 1997-10-18 05:58:21 +00:00
mycroft
cc4a1553a1 Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
mycroft
1cc544a7b1 Fix .include path. 1997-05-09 04:53:38 +00:00
mycroft
d3a9fd7e51 Nuke an extra ${DESTDIR}. 1997-03-27 09:52:03 +00:00
christos
0aad9d4378 Makefile cleanups 1997-03-24 22:02:40 +00:00
thorpej
46ac224706 Use ${INSTALL}. 1996-10-18 02:52:59 +00:00
cgd
17463d52f7 kill - in front of the 'for' loop which installed files. It was causing
the make to not fail even if the installations failed, which is wrong.
If the installations fail (e.g. because the target directory does not
exist), the whole install should fail, so that the user knows to
create the appropriate directories.
1996-10-07 05:45:28 +00:00
explorer
7785d71935 Upgrade groff to 1.10 1996-08-13 07:03:54 +00:00
explorer
0ca96489a2 Upgrade groff to 1.10 1996-08-13 06:33:17 +00:00
mycroft
4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
cgd
1a1b1466cb kill bogus install -d's. for those that are appropriate (libg++),
make owner and mode explicit, to make the mtree files.
1994-02-10 02:17:56 +00:00
davidb
c98d8a269a Fixed a bug I introduced in the last update. devices/*/Makefile were
barfing on the definition of libraries due to the added directory level.
Easy fix, as they don't need that code.
1993-12-30 00:10:17 +00:00
mycroft
a2213453ce Use .if exists' rather than external test'. 1993-08-15 19:14:59 +00:00
mycroft
c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00
mycroft
cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
mycroft
dc799360fe Use ${COPY}, not -c for install for generated files. 1993-07-18 19:44:28 +00:00
mycroft
a420be745a Remove special-cased obj dir handling. 1993-07-17 11:58:38 +00:00
jtc
1c8aca4c02 Final makefile tweaks to make sure everything is installed correctly
for 0.9.
1993-07-16 17:11:36 +00:00
jtc
7417646e82 Update groff to release 1.08 1993-07-14 20:43:24 +00:00
mycroft
b6fdd888a9 Clean up deleted files. 1993-07-14 20:43:23 +00:00
jtc
408fe1c27f Update groff to release 1.08 1993-07-14 20:42:09 +00:00
mycroft
fa41988725 Clean up deleted files. 1993-07-14 20:42:06 +00:00
jtc
27a9d24d77 Update groff to release 1.08 1993-07-14 20:41:47 +00:00
mycroft
f2517ff88e Clean up deleted files. 1993-07-14 20:41:46 +00:00
jtc
c5d9b90607 Update groff to release 1.08 1993-07-14 20:41:26 +00:00
mycroft
2d52fd00ec Clean up deleted files. 1993-07-14 20:41:23 +00:00
jtc
71fadaa80c Update groff to release 1.08 1993-07-14 20:40:55 +00:00
mycroft
511f9f0650 Clean up deleted files. 1993-07-14 20:40:53 +00:00
jtc
b5e1cf4574 Update groff to release 1.08 1993-07-14 20:40:08 +00:00
mycroft
3b987d48c8 Clean up deleted files. 1993-07-14 20:40:07 +00:00
jtc
ac2fed22ef Update groff to release 1.08 1993-07-14 20:39:38 +00:00
mycroft
c53251be3a Clean up deleted files. 1993-07-14 20:39:37 +00:00
jtc
eec832b31e Update groff to release 1.08 1993-07-14 20:39:14 +00:00
cgd
d42adacff4 now: make obj dirs if necessary, but only where necessary 1993-05-28 11:04:17 +00:00
deraadt
97e432c648 groff device dirs do not need obj/ directories 1993-05-22 12:30:05 +00:00
cgd
5f10e8acea from rodney grimes (patch 120):
added depend and tags targets (no-ops).
1993-04-09 13:10:30 +00:00
cgd
39fb9671d3 make sure directories to install stuff exist before installing 1993-04-09 09:43:43 +00:00
cgd
7f34cddc98 fixed inclusion of Makefile.dev vs. whether or not and obj dir exists
problem.
1993-03-22 09:09:25 +00:00
cgd
d384beb878 fixed "make obj" for cases when sources not in /usr/src/...
if sources not there, it now mkdirs obj, but some trickery
is necessary, to avoid deleting cwd.
1993-03-22 08:09:36 +00:00