diff options
author | 1997-01-14 14:45:42 +0000 | |
---|---|---|
committer | 1997-01-14 14:45:42 +0000 | |
commit | f4c82eacde611b58c2efa392754365e0927d25d3 (patch) | |
tree | cf99dbd105f5c47199a1bcaa3603626de12258ac | |
parent | hack: if we're M68K, also allow us to strip M68K4K. Works for me. (diff) | |
download | wireguard-openbsd-f4c82eacde611b58c2efa392754365e0927d25d3.tar.xz wireguard-openbsd-f4c82eacde611b58c2efa392754365e0927d25d3.zip |
Remove locc. -moj
-rw-r--r-- | sys/lib/libkern/arch/vax/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/vax/Makefile.inc b/sys/lib/libkern/arch/vax/Makefile.inc index fdfc8488216..1741e47144d 100644 --- a/sys/lib/libkern/arch/vax/Makefile.inc +++ b/sys/lib/libkern/arch/vax/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/04/21 22:28:04 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/01/14 14:45:42 maja Exp $ # $NetBSD: Makefile.inc,v 1.2 1996/04/13 01:17:58 cgd Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ - strncpy.c scanc.c skpc.c locc.c strncasecmp.c + strncpy.c scanc.c skpc.c strncasecmp.c |