Remove as per discussion with core.

This commit is contained in:
hpeyerl 1997-03-10 20:51:01 +00:00
parent 59e4dfa599
commit 37c622153f
2 changed files with 2 additions and 224 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 1997/03/10 20:17:43 perry Exp $
# $NetBSD: Makefile,v 1.55 1997/03/10 20:51:01 hpeyerl Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@ -51,7 +51,7 @@ LLIBS=
.include "${.CURDIR}/sys/Makefile.inc"
.include "${.CURDIR}/yp/Makefile.inc"
NLS= C.msg Pig.msg ca.msg de.msg es.msg fr.msg ed.msg
NLS= C.msg Pig.msg de.msg es.msg fr.msg
LIBKERN= ${.CURDIR}/../../sys/lib/libkern

View File

@ -1,222 +0,0 @@
$set 1
$ EPERM
1 ?
$ ENOENT
2 ?
$ ESRCH
3 ?
$ EINTR
4 ?
$ EIO
5 ?
$ ENXIO
6 ?
$ E2BIG
7 ?
$ ENOEXEC
8 ?
$ EBADF
9 ?
$ ECHILD
10 ?
$ EDEADLK
11 ?
$ ENOMEM
12 ?
$ EACCES
13 ?
$ EFAULT
14 ?
$ ENOTBLK
15 ?
$ EBUSY
16 ?
$ EEXIST
17 ?
$ EXDEV
18 ?
$ ENODEV
19 ?
$ ENOTDIR
20 ?
$ EISDIR
21 ?
$ EINVAL
22 ?
$ ENFILE
23 ?
$ EMFILE
24 ?
$ ENOTTY
25 ?
$ ETXTBSY
26 ?
$ EFBIG
27 ?
$ ENOSPC
28 ?
$ ESPIPE
29 ?
$ EROFS
30 ?
$ EMLINK
31 ?
$ EPIPE
32 ?
$ EDOM
33 ?
$ ERANGE
34 ?
$ EAGAIN, EWOULDBLOCK
35 ?
$ EINPROGRESS
36 ?
$ EALREADY
37 ?
$ ENOTSOCK
38 ?
$ EDESTADDRREQ
39 ?
$ EMSGSIZE
40 ?
$ EPROTOTYPE
41 ?
$ ENOPROTOOPT
42 ?
$ EPROTONOSUPPORT
43 ?
$ ESOCKTNOSUPPORT
44 ?
$ EOPNOTSUPP
45 ?
$ EPFNOSUPPORT
46 ?
$ EAFNOSUPPORT
47 ?
$ EADDRINUSE
48 ?
$ EADDRNOTAVAIL
49 ?
$ ENETDOWN
50 ?
$ ENETUNREACH
51 ?
$ ENETRESET
52 ?
$ ECONNABORTED
53 ?
$ ECONNRESET
54 ?
$ ENOBUFS
55 ?
$ EISCONN
56 ?
$ ENOTCONN
57 ?
$ ESHUTDOWN
58 ?
$ ETOOMANYREFS
59 ?
$ ETIMEDOUT
60 ?
$ ECONNREFUSED
61 ?
$ ELOOP
62 ?
$ ENAMETOOLONG
63 ?
$ EHOSTDOWN
64 ?
$ EHOSTUNREACH
65 ?
$ ENOTEMPTY
66 ?
$ EPROCLIM
67 ?
$ EUSERS
68 ?
$ EDQUOT
69 ?
$ ESTALE
70 ?
$ EREMOTE
71 ?
$ EBADRPC
72 ?
$ ERPCMISMATCH
73 ?
$ EPROGUNAVAIL
74 ?
$ EPROGMISMATCH
75 ?
$ EPROCUNAVAIL
76 ?
$ ENOLCK
77 ?
$ ENOSYS
78 ?
$ EFTYPE
79 ?
$set 2
$ SIGHUP
1 ?
$ SIGINT
2 ?
$ SIGQUIT
3 ?
$ SIGILL
4 ?
$ SIGTRAP
5 ?
$ SIGABRT
6 ?
$ SIGEMT
7 ?
$ SIGFPE
8 ?
$ SIGKILL
9 ?
$ SIGBUS
10 ?
$ SIGSEGV
11 ?
$ SIGSYS
12 ?
$ SIGPIPE
13 ?
$ SIGALRM
14 ?
$ SIGTERM
15 ?
$ SIGURG
16 ?
$ SIGSTOP
17 ?
$ SIGTSTP
18 ?
$ SIGCONT
19 ?
$ SIGCHLD
20 ?
$ SIGTTIN
21 ?
$ SIGTTOU
22 ?
$ SIGIO
23 ?
$ SIGXCPU
24 ?
$ SIGXFSZ
25 ?
$ SIGVTALRM
26 ?
$ SIGPROF
27 ?
$ SIGWINCH
28 ?
$ SIGINFO
29 ?
$ SIGUSR1
30 ?
$ SIGUSR2
31 ?