Commit Graph

1428 Commits

Author SHA1 Message Date
agc
d8ac6639ac Let make do the work:
+ set MAKE_PROGRAM variable in bsd.port.mk to either ${GMAKE} or
${MAKE}, and use it in do-build and do-install targets

+ if X11 package, and man pages are installed, add install.man to
${INSTALL_TARGET}, rather than using a separate command to do this.

Also added CATn= blah.0, similar to MANn= blah.1, which installs
pre-formatted man pages, like the ones imake produces.
1997-11-05 13:36:30 +00:00
mrg
bf31e73282 add .Nm entries for copies made with MLINKS. this allows 'makewhatis' to
properly capture all information about what functions, programs, etc., the
man page documents.
1997-11-05 12:13:44 +00:00
fair
98bc6788d4 Correct error and .Nm clarification per PR#4410. 1997-11-05 07:13:44 +00:00
fair
7635c5fc36 Document the SUN_LEN() macro as suggested by PR#3804,
with wording modified for clarity.

Last sentence of the patch omitted because I do not understand what
it means, even after some examination of the unix domain kernel code.
1997-11-05 06:57:59 +00:00
thorpej
42b5acd98e Fix .c.ln rule: use CPPFLAGS, not CFLAGS. 1997-11-05 05:34:24 +00:00
gwr
5c8e26aed2 Move definitions of: NM, LORDER, TSORT from bsd.sys.mk to sys.mk
so they are more easly used by things like sys/libkern/Makefile.inc
(Besides, all the other tool definitions are in sys.mk)
1997-11-04 21:12:41 +00:00
gwr
0919e2346b Use LORDER, TSORT 1997-11-04 20:33:11 +00:00
gwr
dff2b93f7d Define LORDER, TSORT 1997-11-04 20:31:56 +00:00
explorer
59a2ae9aed add experimental warning 1997-11-04 05:50:54 +00:00
cgd
87d5df18e3 add '-z' to LINTFLAGS, so that forward structure definions (for pointer
args, etc.), don't cause warnings if the structure isn't ever completely
defined.
1997-11-03 22:56:27 +00:00
cgd
3e16a4f314 if "NONOLINT" is defined, don't automatically define NOLINT. "yuck."
Once lint support is completely working, NOLINT's definition should be
removed from this file entirely.
1997-11-03 22:53:25 +00:00
cgd
d74926452e echo the lint command line when making 'lint'. 1997-11-03 22:51:23 +00:00
jonathan
36097b30a0 Note the new device-special filenames used in 1.3_ALPHA, and how they
map to serial ports.
1997-11-03 11:19:21 +00:00
explorer
619f986c6e Add rnd.9 1997-11-01 10:00:36 +00:00
lukem
74901efaa3 getopt returns -1 not EOF 1997-11-01 06:23:38 +00:00
mycroft
ff7e0ad3ae Kill trailing comma in SEE ALSO section. 1997-11-01 03:39:53 +00:00
drochner
f41acf4c04 Update for "dev" command.
Add RCS ID.
1997-10-31 18:59:57 +00:00
bouyer
b3b200d4f8 Fix typo. 1997-10-31 17:58:46 +00:00
augustss
d2efd43f43 Add guspnp. 1997-10-31 15:07:46 +00:00
augustss
449db89e1b Remove a bug that is no longer there. 1997-10-31 15:02:33 +00:00
bouyer
7171f0a1bb Add tl to the list of supported devices. 1997-10-31 08:36:17 +00:00
augustss
74659c8324 Mention guspnp. 1997-10-31 08:24:45 +00:00
gwr
609a55eab0 Add zstty.4 1997-10-31 03:13:01 +00:00
jonathan
bbf2ccdf78 Fix mandoc errors. Note performance loss due to software copying from
padded, non-consistent DMA buffers.
1997-10-31 02:53:46 +00:00
jonathan
51bd1dfec7 * Fix several mandoc typos. Describe ioasic DMA channels as mapping
from 16-bit device addresses to 32-bit TC DMA space.
* Sync with reality (pmax config now attaches ioasic at tc, not
  vice-versa, for compatibility with the Alpha.)
1997-10-31 02:26:09 +00:00
mrg
b7a9acd4a5 set all: target for defined(NOMAN) that does nothing. 1997-10-30 12:57:19 +00:00
bouyer
d157e83599 Add a man page for the thunderlan driver. 1997-10-30 11:23:17 +00:00
lukem
513a06e6f5 remove lint rules for objective c as lint can't cope 1997-10-30 07:25:32 +00:00
drochner
b2fe7ac8d9 Update for new bootstrap. 1997-10-28 20:45:29 +00:00
gwr
3e484574dd for the tty part of the z8530 driver 1997-10-28 17:14:53 +00:00
agc
c72a8fd6be When a package depends on an executable from another package,
bsd.port.mk would always find the executable (using which), even if
there wasn't an executable in the $PATH.  I've modified bsd.port.mk to
look for the executable directly, and simplified the shell code
somewhat in the process.  There may be a lurking bug in shell exit
status handling here.

Noted by matthew green <mrg@madrugada.eterna.com.au> and Chris
Demetriou <cgd@netbsd.org> (PR pkg/4337) but I was too stupid to
realise what was happening.  That, and a copy of gmake in
/usr/local/bin.
1997-10-28 12:46:37 +00:00
lukem
6f77030130 add ${LIBOBJC} 1997-10-28 12:46:30 +00:00
lukem
55209d604d add default rules for Objective C sources (`.m' suffix):
- sys.mk:
	add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and
	${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules
- bsd.sys.mk:
	add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk).
	it's here, rather than in sys.mk, because `.m' isn't
	exclusively used for Objective C files.
- bsd.lib.mk:
	add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
1997-10-28 12:40:16 +00:00
veego
7a632ed880 Enable the ASDG LANRover section. 1997-10-28 09:32:26 +00:00
mikel
375a68a3c6 correct template file name; from Marshall M. Midden <m4@umn.edu> in
OpenBSD PR 336.
1997-10-28 04:06:35 +00:00
mikel
80a879acb5 remove BUGS section, 16M limitation no longer exists; from NAKAJIMA
Yoshihiro in PR kern/4363.
1997-10-28 03:45:17 +00:00
mrg
31829baa7b IPFILTER is not an option (it's a pseudo-device) 1997-10-28 01:01:08 +00:00
drochner
978c73b8c6 Fix the before/after-install ordering problem in a different way.
The old fix broke with multiple targets on the make command line.
1997-10-27 19:41:05 +00:00
chuck
695d407460 update doc on new "ps" options 1997-10-24 19:15:38 +00:00
lukem
731625d7ed backout CPPFLAGS; this is a sample standalone makefile 1997-10-23 23:16:04 +00:00
lukem
6a1a12e546 use CPPFLAGS instead of CFLAGS 1997-10-23 23:09:00 +00:00
drochner
86bc651566 Force "beforeinstall" and "afterinstall" to be executed before/after
"install". (pr misc/4319)
1997-10-23 12:44:28 +00:00
gwr
6dfcd7b38d Add: fd.4 intro.4 kbd.4 ms.4 1997-10-22 23:12:17 +00:00
gwr
82e23efefd Mostly stolen from man4.sparc (fixes PR#3979) 1997-10-22 23:10:05 +00:00
gwr
bbf694e0fb s:SPARCstation:Sun3/80: 1997-10-22 23:08:22 +00:00
gwr
f5b7f0cd1e s/sparc/sun3/ 1997-10-22 22:55:44 +00:00
enami
43551801be Make make install' work with obj' directory. 1997-10-22 22:12:30 +00:00
thorpej
c7c4c00eda Copyright assigned to The NetBSD Foundation, Inc. 1997-10-21 00:14:45 +00:00
thorpej
470dedcf2c Update for ne(4). 1997-10-20 21:47:31 +00:00
thorpej
ad3b16c4c8 Add a manual page for the "ne" driver. 1997-10-20 21:40:43 +00:00