Commit Graph

164 Commits

Author SHA1 Message Date
itojun
d31d542a97 populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
thorpej
0f6926e576 Add pmc(1). 2000-10-24 23:59:00 +00:00
thorpej
8f6bf0e264 Add a build-framework for an SSH implementation which is not
yet part of the NetBSD source tree.  These Makefiles are a
noop until such time as that implementation is committed.
2000-07-25 16:32:24 +00:00
he
089a542e6c Under MKCRYPTO != no, also build bdes. 2000-07-01 20:27:11 +00:00
thorpej
df83a2a3cd Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.
2000-06-23 06:01:10 +00:00
thorpej
e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
thorpej
a7a6978d06 Build openssl. 2000-06-16 16:19:33 +00:00
tron
8bdd9799a5 Build and install "mktemp". 1999-09-02 20:48:27 +00:00
mrg
ba255f8a34 optionally include CRYPTOPATH Makefile.frag files. 1999-07-20 09:47:07 +00:00
thorpej
9630ed475e Use bsd.crypto.mk. 1999-07-12 22:11:37 +00:00
darrenr
43fc13da12 build ktruss 1999-07-12 03:21:50 +00:00
simonb
a9c0bfe9a4 Always descend into the elf2aout and elf2ecoff directories, now that
they check at that level whether or not to build binaries.

A reference to telnet was also here (protected by .if make(obj)...,
but since A) it's already referenced in the main SUBDIR list and b)
the telnet Makefile does this checking as well, it's gone too.
1999-06-09 02:58:57 +00:00
ad
dff6953739 'cdplay', a simple utility for playing compact disks with both a command line
and an interactive mode.
1999-06-05 13:21:59 +00:00
tron
c379f48592 Replace "audioctl" with "audio" in sub directory list. 1999-03-26 16:53:29 +00:00
jonathan
3eeb52dee0 Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
1999-03-03 12:00:18 +00:00
christos
b08d0d82a9 Add netgroup and innetgr 1999-03-02 14:07:24 +00:00
kleink
183022d001 Add an implementation of the XPG4.2 nl(1) utility. 1999-02-15 15:07:14 +00:00
simonb
0b2e590950 Add top. 1999-02-15 03:11:08 +00:00
lukem
fe25f9464e add hesinfo 1999-01-25 22:47:54 +00:00
cjs
17652c59c0 Descend on obj, as well as clean, etc. 1999-01-03 21:57:49 +00:00
kristerw
9dc9e902a5 Disable strip 1998-12-19 23:57:52 +00:00
pk
137577af03 Remove ldd from special clean list 1998-12-17 15:33:57 +00:00
pk
96868862ca Move ldd special case one level down. 1998-12-15 22:08:53 +00:00
mrg
c7a1452687 add fgen 1998-11-11 05:53:15 +00:00
simonb
d5383a01a8 Remove elfstrip - not used now that we have an ELF-aware strip and it
isn't in the distrib-lists anyway.
1998-11-10 12:19:39 +00:00
jonathan
e1d397462e usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile:  build manpages on all  ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
	 only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
	duplicate entry of mvme68k installboot.	remove.
1998-10-25 23:30:39 +00:00
jonathan
34bcc57619 Add bzip2, bzip2recover to SUBDIRS. 1998-09-29 22:43:51 +00:00
perry
b0ed6b6fa0 add shuffle 1998-09-23 21:07:47 +00:00
lukem
72549586a8 distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
augustss
d6f31170a4 Add a very simple MIDI player. No features, no fluff. 1998-08-12 21:39:11 +00:00
scottr
8f01a044f4 Unlike other domestic bits, telnet and telnetd are never built as a part
of the domestic build process.  No domestic program actually builds its
own man pages but instead relies on those built in the exportable tree.
The result is missing telnet(1) and telnet(8) pages.

Fix this problem descending into the telnet and telnetd directories
regardless of whether we're doing an exportable build or not.  Once there,
we generate only the man pages if we're building a non-exportable system.
1998-07-22 22:30:07 +00:00
augustss
8f894bc08b Add usbhidctl(1) a program for manipulating USB HID devices. 1998-07-13 11:14:03 +00:00
tv
7c136376e9 Disable Berkeley ar, nm, ranlib, size, and strings, and enable binutils. 1998-05-25 20:06:38 +00:00
jonathan
5e0e8cec39 More table-driven changes for different toolchains:
* new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF".
  * use OBJECT_FMT in Makefile tests that depend on toolchain.
  * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given
    port doesnt yet do shared libraries. Set on powerpc.
  * Document new feature-test variables in src/share/mk/bsd.README.
Tested on i386, mips, fakedup Alpha environment.
1998-02-23 10:09:31 +00:00
jonathan
f0409ef098 Descend into gprof on all ports to build doc/psd/18.gprof.
Don't define PROG in gprof on ELF or powerpc.
Put back WARNS= 0 for compatibility with 1.3.1.
1998-02-23 01:03:25 +00:00
scottr
b2fa1adcaf Fix tyop in last commit. 1997-11-11 00:13:10 +00:00
fair
225f748158 build fdformat on sparc per PR#4459 1997-11-10 09:06:48 +00:00
phil
7fadacf3cf Add msgc and menuc to subdirs. 1997-09-26 21:22:33 +00:00
fair
7493d7febf add shlock 1997-08-10 04:10:27 +00:00
perry
7de054cd87 add crunch, and re-sort/format SUBDIR 1997-08-02 20:39:48 +00:00
mark
cdc0d0bd29 Build fdformat on arm32 systems. 1997-07-16 02:43:35 +00:00
christos
e4078d59e4 Add skeyinfo 1997-06-22 18:50:33 +00:00
leo
bafe3a5dcf Use MACHINE instead of MACHINE_ARCH to make fdformat on the atari. 1997-06-04 13:54:08 +00:00
augustss
9d5e7c9a4c Add audio utility programs.
The audio device can be inspected and changed by audioctl,
and the mixer device by mixerctl.  The command syntax was
inspired by sysctl.
1997-05-13 17:35:50 +00:00
thorpej
d5cbc0dd6f Don't build the BSD toolchain on the PowerPC. 1997-04-19 05:17:45 +00:00
mikel
f78e29b2a9 descend unconditionally for clean and cleandir targets 1997-04-09 06:23:40 +00:00
mikel
e1525d735d merge lite2 changes (just SCCS ids) 1997-03-07 06:14:02 +00:00
leo
f02c53ba36 The atari-Hades can use fdformat too. 1997-01-08 21:41:22 +00:00
jonathan
53be52fcac Build elf ldd and elf-to-xxx tools on mips ports. 1996-12-17 05:39:35 +00:00
cgd
10243648ef on the alpha, add 'ldd' to the subdirs list 1996-12-16 20:00:26 +00:00
jtk
18ea43307d add fdformat 1996-11-29 16:32:18 +00:00
cgd
418b1071e0 include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
intended.
1996-06-14 17:22:05 +00:00
thorpej
ab5476b242 Only build exportable telnet/libtelnet if the domestic version doesn't
exist in the source tree or defined(EXPORTABLE_SYSTEM).  This works around
the fact that telnet(1) will break during a "make build" because the
exportable libtelnet will get installed while the domestic telnet(1) binary
is still in place.  (XXX)
1996-03-10 05:45:38 +00:00
mrg
0048551bc4 more -> less 1996-01-22 04:07:22 +00:00
jtc
db5284ed0a merge in changes from 1.1 release branch 1995-11-28 20:58:08 +00:00
thorpej
f90cf6bd46 New-style RCS id. 1995-11-17 09:49:19 +00:00
pk
a95b89315d fdeject -> eject. 1995-10-22 16:54:40 +00:00
pk
574942d8f9 Build `fdeject' on sparc. 1995-10-09 12:05:42 +00:00
tls
0ca9b9e38e Add 'rs' from 4.4BSD-Lite2 1995-09-28 08:57:17 +00:00
jtc
f4e11cbd09 Include /usr/bin/banner (different from /usr/games/banner) 1995-09-05 18:40:29 +00:00
tls
9460f18c9e unsurprisingly, I guess, gcore does not work. oops 1995-09-05 02:58:42 +00:00
tls
360d99ae35 add gcore 1995-09-05 02:41:54 +00:00
cgd
476f91e9ed add (dummy) bdes, alphabetize 1995-07-24 04:31:55 +00:00
cgd
4a9e0e45b3 add 'xlint' for lint 1995-07-03 20:57:38 +00:00
cgd
cea85ff73b oops; forgot to remove the first ranlib. 1995-04-26 01:17:45 +00:00
cgd
648c33c399 gah; forgot missing close-paren 1995-04-25 21:26:37 +00:00
cgd
8cb862359e don't use standard tool chain on the alpha 1995-04-24 07:38:09 +00:00
jtc
371af22d46 added systat 1995-01-25 08:48:18 +00:00
jtc
37e47b6dc5 added chflags, jot, and lam 1994-11-14 20:19:19 +00:00
glass
3b1bdc6a9a add 'apply' 1994-09-21 03:19:59 +00:00
jtc
e71c54689b compile gencat (for message catalogs) 1994-05-30 06:44:52 +00:00
deraadt
8b02aa3939 add skey & friends 1994-05-24 06:47:42 +00:00
cgd
222860a633 add kdump 1994-05-11 07:15:24 +00:00
cgd
6e48979283 die! 1994-05-05 23:05:09 +00:00
jtc
0d6a99f38a Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
1994-04-27 19:50:34 +00:00
cgd
c679acd09f kill symorder 1994-04-16 08:31:24 +00:00
cgd
8d28d31cc5 break out yp stuff 1994-02-18 03:09:10 +00:00
mycroft
e68052d064 No more sccs. 1994-01-28 01:09:58 +00:00
cgd
ed214f33de UNREF(ref) 1994-01-24 23:16:11 +00:00
cgd
390b9bce40 all hail the risen vi 1994-01-24 06:01:02 +00:00
cgd
c7f69ec3a1 ELVIS IS DEAD, DAMNIT! 1994-01-24 05:55:45 +00:00
cgd
c4b27fe2cd add berkeley pr 1994-01-06 15:57:10 +00:00
cgd
91c4fffe1f add apropos and whatis 1993-12-21 02:54:58 +00:00
cgd
10000de89e lex is in here now 1993-12-12 00:38:58 +00:00
cgd
940867e342 add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de 1993-12-05 11:34:40 +00:00
cgd
da7153daca add ipcs and ipcrm 1993-11-14 16:30:45 +00:00
mycroft
89a4474a07 Build units(1). 1993-11-03 15:25:15 +00:00
jtc
10c0a04cce Added asa utility. 1993-09-23 21:07:37 +00:00
cgd
937eaf8b16 get rid of AT&T's cpio. we shouldn't be distributing it. see
note in 'source' archive for further clarification.
1993-08-13 12:06:47 +00:00
mycroft
b465cf4697 Add RCS identifiers. 1993-07-30 22:11:51 +00:00
brezak
a7ee7f88c1 Add getopt(1) from ref public sources. 1993-06-21 12:43:56 +00:00
cgd
57d3a6d525 add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
1993-06-07 19:51:59 +00:00
brezak
5f2b367636 Add rup and rusers. Changes to rwall 1993-06-03 19:32:26 +00:00
cgd
4a1ca0dcfa add "rev" -- it was in /usr/old in net/2, but is back in /usr/bin for 4.4... 1993-05-27 22:15:20 +00:00
cgd
c6e8005022 do cap_mkdb, too 1993-05-22 10:27:18 +00:00
cgd
31cab306ad add entry for "newsyslog" 1993-05-21 14:43:36 +00:00
cgd
c5d886aff7 diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org> 1993-05-06 10:46:12 +00:00
glass
a85b45cbc6 tail, and join from ftp.uu.net:bsd-sources integrated 1993-04-30 08:04:14 +00:00
cgd
cd0f1e7516 move egrep into /usr/src/gnu/usr.bin 1993-04-29 20:52:21 +00:00
cgd
0d1719f340 ld groff grep g++ -> usr.gnubin 1993-04-29 12:39:24 +00:00