diff options
author | 2001-01-31 06:53:42 +0000 | |
---|---|---|
committer | 2001-01-31 06:53:42 +0000 | |
commit | 4433e28f1a3275bff09a04323c84947f392a380b (patch) | |
tree | c1b53af38411a2a5345adfb98b55d5561fb83203 | |
parent | ELF alpha has crtbegin and crtend. (diff) | |
download | wireguard-openbsd-4433e28f1a3275bff09a04323c84947f392a380b.tar.xz wireguard-openbsd-4433e28f1a3275bff09a04323c84947f392a380b.zip |
resolve.c is unnecessary (and conflicts with the same file from
libkrb.
XXX - we really, really, really want to unify libroken between arla and krb4
(and krb5 in the future).
-rw-r--r-- | usr.sbin/afs/libroken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/libroken/Makefile b/usr.sbin/afs/libroken/Makefile index 800d761dd51..97400fb3b0a 100644 --- a/usr.sbin/afs/libroken/Makefile +++ b/usr.sbin/afs/libroken/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2000/09/11 14:40:27 art Exp $ +# $OpenBSD: Makefile,v 1.5 2001/01/31 06:53:42 art Exp $ LIB = roken # roken stuff SRCS = copy_basename.c base64.c emalloc.c eefile.c efile.c estrdup.c \ getarg.c k_getpwuid.c k_getpwnam.c signal.c tm2time.c verify.c \ inaddr2str.c mini_inetd.c get_window_size.c warnerr.c snprintf.c \ - resolve.c parse_units.c strnlen.c strupr.c strlwr.c strmatch.c \ + parse_units.c strnlen.c strupr.c strlwr.c strmatch.c \ erealloc.c str2inaddr.c # util stuff |