Commit Graph

1447 Commits

Author SHA1 Message Date
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
thorpej a55181bde9 Update for PCMCIA and the status of 3c515 support. Do a bit of cleanup,
needs more work.
1997-10-20 21:11:05 +00:00
veego 8c551cbbbe Add grfcl, grfcv, grfcv3d, grfet, grfrh, grfrt and grful 1997-10-20 14:27:49 +00:00
veego a32ceec50b Add the new graphics man pages. 1997-10-20 14:26:33 +00:00
veego 2805c478f3 New manpages for the supported graphics cards. 1997-10-20 14:24:33 +00:00
veego ccc98a4225 s/config.new/config/ 1997-10-20 14:22:32 +00:00
lukem 6aa8b0fb7a rcsid fascism 1997-10-20 11:02:10 +00:00
augustss 46820d8f49 Minor editorial changes. 1997-10-20 08:22:42 +00:00
pk df01ef3c50 Finish list of supported media formats.
Insert formatting ioctls (copied from i386 version).
1997-10-20 00:28:33 +00:00
oki b64b497576 Oops, fixed typo in previous commit. 1997-10-19 21:22:08 +00:00
oki f008ffaa6e Add intro(4). 1997-10-19 21:20:53 +00:00
augustss d389f63196 Layout changes. 1997-10-19 19:45:46 +00:00
augustss 7de69494f6 Small clarification. 1997-10-19 19:14:34 +00:00
oki 5783c3a657 intro(4). Fixed PR/3980. 1997-10-19 18:48:53 +00:00
mycroft b247da14fe Use S_IS*(), not S_IF*. 1997-10-19 18:17:27 +00:00
soda 34eaabcd16 These problems are fixed by thorpej's ahc->sc_xxxq, since Dec 02 1996. 1997-10-19 18:07:56 +00:00
fvdl 3b90a0ef5e Note what to do in the rare case that dirent system calls fail because
of > 32 bit offset cookies: point to the mount_nfs -X option (or -2
option).
1997-10-19 15:03:15 +00:00
mrg 2b6e02aa42 merge lite-2. 1997-10-19 13:02:43 +00:00
mrg 8db1c1f6eb merge lite-2. 1997-10-19 13:01:28 +00:00
mrg 7b972b4953 merge lite-2. 1997-10-19 13:01:13 +00:00
mrg 3dfd96ee1f merge lite-2. 1997-10-19 13:01:06 +00:00
mrg 9a6b94bd72 merge lite-2. 1997-10-19 12:55:52 +00:00
augustss 1e12628b98 Update for SunOS compatibility. 1997-10-19 07:40:26 +00:00
hubertf cfc838616e - don't clean out dependent packages (requested by thorpej)
- actually document the feature used above (NOCLEANDEPENDS)
 - put pkg/MESSAGE file into /var/db/pkg/XXX/+DISPLAY, if
   present (from FreeBSD)
1997-10-18 23:33:25 +00:00
mrg 14de140085 update to lite-2; also, update to NetBSD reality, and include our kernel source additions, per the changes in lite-2. 1997-10-18 11:19:25 +00:00
mark 155d2c9dca Fix .Os lines.
Few minor cleanups.
1997-10-18 03:52:49 +00:00
mark 8b76785973 Added em.4 and removed rd.4 1997-10-18 03:52:05 +00:00
mark f190c2dba1 This device does not exist anymore. 1997-10-18 03:51:37 +00:00
mark 486d97611d Document new em driver. 1997-10-18 03:51:15 +00:00
mrg 57ca169901 merge lite-2. 1997-10-17 10:47:42 +00:00
mrg 339de23572 merge lite-2. 1997-10-17 09:59:27 +00:00
mrg e50147fe98 4.4BSD-Lite2 1997-10-17 09:49:00 +00:00
mrg 84d0ab5517 merge lite-2. 1997-10-17 09:40:33 +00:00
mrg ab3ada3fcb merge lite-2. clean up 1997-10-17 09:26:59 +00:00
mrg 7a677b6850 merge lite-2. clean up 1997-10-17 09:26:50 +00:00
mrg ee92b4b9cd merge lite-2 1997-10-17 09:17:39 +00:00
mrg a6d8d7e534 4.4BSD-Lite2 1997-10-17 09:10:23 +00:00
thorpej 4cfd0c8e5c Make sure the ${PREFIX} directory exists before invoking mtree. 1997-10-17 01:40:49 +00:00
augustss 4cf52a147e Cross reference ossaudio(3). 1997-10-16 17:41:22 +00:00
is b75a12a8c4 fix permissions 1997-10-15 14:16:17 +00:00
sommerfe 176aef3a30 Fix PR's 4262, 4273 (Massachusetts area code split).
Towns included are ones nominated as "interesting" by various NetBSD
users and developers.
1997-10-15 14:02:04 +00:00
lukem 39d410157f fix some australian entries. (simon burge <simonb@telstra.com.au> [misc/4274]) 1997-10-15 07:31:30 +00:00
explorer 1b92cd291e build rnd(4) 1997-10-15 07:01:44 +00:00
explorer 3eccc32109 add a man page for user-level code and a little about the random internals 1997-10-15 07:00:20 +00:00
fair 5e50d971bd Add a few cities in the "Silicon Valley" which are now part of area
code 650 which becomes mandatory on Jan 31, 1998. These cities are
south of San Franciso proper, and north of the 408 area code boundary
(essentially what the locals call "The Peninsula").

Note that on Nov 1, 1997, the area of north eastern California
outside of Sacramento will leave area code 916 and become 530.
1997-10-15 00:34:46 +00:00
augustss e0bd22c96a Fix pastos. 1997-10-13 21:30:57 +00:00
lukem 90cee8eaa6 rcsid fascism 1997-10-13 11:21:19 +00:00
lukem 0357e86ac5 rcsid fascism 1997-10-13 11:21:11 +00:00
lukem e3314ef32b rcsid fascism 1997-10-13 11:19:47 +00:00
mark a0d2f5f3ad RCS Id police. 1997-10-13 08:51:57 +00:00
lukem 637fe83584 share is WARNS?=1 friendly... 1997-10-13 03:02:22 +00:00
mikel d76d14e5e5 add -Wpointer-arith to flags enabled by WARNS 1997-10-12 01:37:50 +00:00
augustss bf9ad9a53c Fix typos. 1997-10-11 15:33:26 +00:00
mycroft ef2bc499bd Don't include bsd.obj.mk in these two files. 1997-10-11 08:43:34 +00:00
mycroft 1a5d0febcd Use bsd.man.mk and bsd.subdir.mk as appropriate. 1997-10-11 08:22:03 +00:00
mycroft 1e9e92665f Several changes:
* Allow bsd.man.mk to be included separately.
* Always include bsd.own.mk and bsd.obj.mk.
* Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off
building of the affected files instead.
* Require bsd.subdir.mk to be included explicitly.
(Will make appropriate changes to Makefiles shortly.)
1997-10-11 08:16:24 +00:00
mycroft b7362c7c30 Move the previous to a different place, because `.if !target(...' sucks. 1997-10-11 07:26:53 +00:00
mycroft 6bb70fa48b As the comment says:
Make sure all of the standard targets are defined, even if they do nothing.

Also, add a .PHONY for regress.
1997-10-11 07:14:57 +00:00
mycroft 430cf95918 Massively simplify this. Partly from David Holland in PR 3823. 1997-10-10 09:12:28 +00:00
mikel f8995872c9 remove advertising clause from license 1997-10-10 06:18:30 +00:00
mrg 74f573d85d remove advertising clause from all my licenses. 1997-10-10 05:39:47 +00:00
jtc e76394c0c6 import tzdata1997i 1997-10-09 20:02:32 +00:00
agc faf7739143 s/sed/${SED}/g
Change <$ARCH> into bsd.port.mk's ${ARCH} value (uname -m) when
constructing the derived PLIST, so that we can use packages on
non-i386 NetBSD architectures and have the correct file names in the
installed inventory.
1997-10-09 10:38:13 +00:00
mycroft 89459d366f Fix many more formatting bugs, and add a section on activating the debugger. 1997-10-09 08:31:45 +00:00
mycroft 1e19a3dbbe Fix a few formatting bugs. 1997-10-09 07:51:46 +00:00
jtc 516fb1f380 Fix tipo inherited from old version of TNF copyright form.
s/REGENTS/FOUNDATION/.
1997-10-08 21:59:52 +00:00
augustss eeef22d33b Build the guspnp man page. 1997-10-08 21:42:19 +00:00
mycroft 24f9e74a03 Clarify comment regarding rotation, and remove another comment which has never
been true.  Also add an xref for newsyslog(8).  Partly from Geoff Wing.
1997-10-08 13:47:18 +00:00
mycroft d39697696f Put the `-nostdinc -idirafter ...' in CPPFLAGS, not CFLAGS. 1997-10-08 13:17:00 +00:00
mycroft 03cdae08fc Document I?86_CPU, MATH_EMULATE, VM86, and USER_LDT. 1997-10-08 10:12:21 +00:00
kleink 92eb1c2492 Removed a misplaced slash. 1997-10-08 09:55:33 +00:00
mycroft ff04461b57 Fix typo. 1997-10-08 09:46:24 +00:00
mycroft d4dada2a4d Add a new section for i386-specific options, and document REALBASEMEM and
REALEXTMEM.
1997-10-08 09:45:19 +00:00
drochner 32d869340c Add "console" manpage. 1997-10-07 17:44:22 +00:00
drochner 45a5051ee2 Documentation for console selection. 1997-10-07 17:43:29 +00:00
drochner 5b241036ec Add new manpages. 1997-10-07 17:39:25 +00:00
drochner 6a77ffc3bf Documentation for console selection options in i386/stand. 1997-10-07 17:38:57 +00:00
hubertf e6d2b60658 Be correct about manpage compression by regarding MANZ and fixing
PLIST before applying.

It is assumed that ports do install manpages uncompressed, if not
they have to set MANCOMPRESSED. Upon that, the pages will be
(un)compressed according to the setting of MANZ.
1997-10-07 00:30:31 +00:00
hubertf 6e36f597f9 German Democratic Republic -> Federal Republic of Germany,
plus some new ones.
1997-10-06 23:45:06 +00:00
hubertf e2d60d308c - remove: /usr/include/netimp/, /usr/include/pascal/ /usr/src/kerberosIV/
/usr/src/prgm/
 - add: /usr/include/netatalk/ /usr/include/netccitt/ /usr/include/natm/
	/usr/share/mk/bsd.README /usr/share/lkm/ /usr/share/nls/
	/usr/share/sendmail/ /usr/src/distrib/ /usr/src/domestic/
 - add x-ref of ftpd(8) to /var/spool/ftp
1997-10-06 23:36:59 +00:00
hubertf badd83ca6d imp.4 deleted 1997-10-06 23:32:54 +00:00
hubertf f3ab041123 No longer supported. 1997-10-06 23:32:25 +00:00