diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-04 23:33:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-04 23:33:42 +0000 |
commit | 524fbdde37c1f9f4447e049b98046e014e00d518 (patch) | |
tree | dd779c44d511a45f1b4f3bf98d308642e7a1f2f9 /sys/lib/libkern/arch | |
parent | 4cafb5d9b6178f157bb9bade0db016e07095cf91 (diff) |
Alpha needs strchr.c
Fix up clean and depend targets in Makefile.inc so we can
include Makefile.inc in cases where there is already a
clean/depend target (based on a NetBSD Makefile.inc).
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r-- | sys/lib/libkern/arch/alpha/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/alpha/Makefile.inc b/sys/lib/libkern/arch/alpha/Makefile.inc index a8db36a1d02..ae62cf3262e 100644 --- a/sys/lib/libkern/arch/alpha/Makefile.inc +++ b/sys/lib/libkern/arch/alpha/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.5 1996/10/31 00:43:12 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:33:41 millert Exp $ # $NetBSD: Makefile.inc,v 1.9 1996/08/27 00:44:24 cgd Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ bcmp.c bzero.S ffs.S strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ strncpy.c scanc.c skpc.c htonl.S htons.S ntohl.S ntohs.S \ - random.c strncasecmp.c + random.c strncasecmp.c strchr.c # `source' files built from m4 source SRCS+= __divqu.S __divq.S __divlu.S __divl.S |