569 Commits

Author SHA1 Message Date
cgd
1825ffd212 make crypt in libc back into a dummy, but a full-featured dummy.
to get crypt now, use -lcrypt, or LIBCRYPT as part of LDADD.
1993-04-26 13:02:16 +00:00
cgd
d025680561 made libcrypt, so exportable vs. non-exportable packages can be
handled easliy.
1993-04-26 12:45:00 +00:00
cgd
658c314db8 added "libcrypt" to list of subdirs. 1993-04-26 12:44:21 +00:00
cgd
82c7f82148 id for scsi_attach must be an int. 1993-04-26 11:54:23 +00:00
deraadt
4a6e143f0e Add instructions for compiling YP to the Makefile 1993-04-26 08:25:13 +00:00
deraadt
d39015d13f parts of YP inside libc.. 1993-04-26 08:23:39 +00:00
deraadt
8e86b0d29e cruel hack to get librpc contents into libc (for yp) 1993-04-26 08:22:34 +00:00
deraadt
0bbfff2d44 initial rev
I don't like this program. passwd -y should do it's job (and it tries to)
1993-04-26 08:13:39 +00:00
deraadt
b9ca56ddd8 initial rev 1993-04-26 08:09:02 +00:00
deraadt
59685b4cb5 yp utilities directory Makefile 1993-04-26 08:07:30 +00:00
deraadt
50750affbe compile usr.sbin/yp 1993-04-26 08:06:33 +00:00
cgd
0b66c74089 fix from Jim Jegers which makes PCFS work... 1993-04-26 06:52:39 +00:00
deraadt
0c92aec845 this file used to try to generate a "struct passwd". Nope, won't work.. 1993-04-26 06:33:39 +00:00
dpassage
78a376836d Removed a cast that was causing another stoopid compile error. 1993-04-26 06:09:17 +00:00
deraadt
570d2bbcac Allow include/rpcsvc to have .h files that are not generated from .x files 1993-04-26 05:04:58 +00:00
mycroft
c6eb10622f Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:55:58 +00:00
mycroft
a2b5c8b735 Once more, don't make `all' depend on man page; bsd.prog.mk does this. 1993-04-26 03:49:25 +00:00
mycroft
b92f4f587a Use global value of CFLAGS for optimization. 1993-04-26 03:43:48 +00:00
mycroft
a701c30afe Once more, don't make `all' depend on man page; bsd.prog.mk does this. 1993-04-26 03:42:07 +00:00
mycroft
b2c804d82b Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:35:05 +00:00
mycroft
efdb7037fc Don't try to install man pages if NOMAN set. 1993-04-26 03:33:41 +00:00
mycroft
4a7dbb4d82 Don't try to install man page if NOMAN set. 1993-04-26 03:29:31 +00:00
mycroft
9208a01b9f Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:26:55 +00:00
mycroft
2c84f42974 Don't redefine `realinstall' target if already defined. 1993-04-26 03:26:17 +00:00
mycroft
9f63ffb391 Don't try to install man page if NOMAN set. 1993-04-26 03:24:05 +00:00
mycroft
bb4bc2d645 Once more, don't make `all' depend on man page; bsd.prog.mk does this. 1993-04-26 02:36:21 +00:00
mycroft
4e5252f80d RCS is no longer broken (I think). 1993-04-26 02:22:13 +00:00
mycroft
03c1fa1627 Remove -I; include files are now in /usr/include. 1993-04-26 02:14:20 +00:00
mycroft
30b1740e9c Clean up deleted files. 1993-04-26 02:13:17 +00:00
mycroft
5fda097829 Install mpool.h. 1993-04-26 02:10:42 +00:00
mycroft
321edaa602 s/R_PUT/0/ 1993-04-26 02:02:47 +00:00
mycroft
1af0eeb1d0 Oops. Remove some more cruft. 1993-04-26 01:54:30 +00:00
mycroft
4bc20d8cad Don't make `all' target depend on man page; bsd.prog.mk takes care of this. 1993-04-26 01:53:05 +00:00
deraadt
8d9c7a0b4b fixed multiple inclusion problem 1993-04-26 01:48:05 +00:00
cgd
921bbe48c3 fix to allow multiple inclusion of sys/errno.h. whoever did this to begin
with was sick...
1993-04-26 01:36:53 +00:00
mycroft
78f6cc91f6 Convert hash_open() call to dbopen(). 1993-04-25 08:51:22 +00:00
mycroft
1b84c0e58e Convert btree_open() calls to dbopen(). 1993-04-25 08:44:51 +00:00
mycroft
3f2d9aa342 Use global value of CFLAGS. 1993-04-25 08:13:28 +00:00
mycroft
7910493445 Clean up deleted files. 1993-04-25 07:50:58 +00:00
mycroft
0bc5962023 Reenable building keywords.h dynamically. 1993-04-25 07:50:56 +00:00
mycroft
e14a6d6a7c Compile X.25, OSI, and NS code. 1993-04-25 07:26:40 +00:00
mycroft
9f77e8af75 Compile {iso,ns}_{addr,ntoa}. 1993-04-25 07:24:14 +00:00
mycroft
2fa56b354d Don't build man page if NOMAN set. 1993-04-25 06:58:16 +00:00
mycroft
108c44af01 Link with LDFLAGS even if one source module. 1993-04-25 05:53:48 +00:00
mycroft
0ce8538fe1 Don't lose if we include bsd.prog.mk only to build man pages. 1993-04-25 05:36:13 +00:00
mycroft
b82604d15f Add afterinstall and make maninstall not lose if bsd.man.mk not included (i.e. NOMAN set). 1993-04-25 05:21:08 +00:00
mycroft
3cbda09aa6 `all' target should not depend on man pages; bsd.prog.mk takes care of that. 1993-04-25 05:13:41 +00:00
mycroft
4017466498 Fix error in last change. (Oops.) 1993-04-25 04:55:52 +00:00
mycroft
e65ff8ae3e Don't build man pages if NOMAN set. 1993-04-25 04:15:26 +00:00
mycroft
6409f99ddb Don't build man pages if NOMAN set. 1993-04-25 02:51:01 +00:00