diff options
author | 1998-06-24 14:42:40 +0000 | |
---|---|---|
committer | 1998-06-24 14:42:40 +0000 | |
commit | 4617f6139e1a9a9afea3f79dc43f6f19ee32228d (patch) | |
tree | a38ca3b4eff5ab6775942137c1e0bcc0a59f32dc /sys/lib/libkern | |
parent | disable startup file in vpn mode (diff) | |
download | wireguard-openbsd-4617f6139e1a9a9afea3f79dc43f6f19ee32228d.tar.xz wireguard-openbsd-4617f6139e1a9a9afea3f79dc43f6f19ee32228d.zip |
some more files for libkern (/boot uses it's own Makefile for this)
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/hppa/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libkern/arch/hppa/Makefile.inc b/sys/lib/libkern/arch/hppa/Makefile.inc index 7cc23362d1a..b5b92f769e5 100644 --- a/sys/lib/libkern/arch/hppa/Makefile.inc +++ b/sys/lib/libkern/arch/hppa/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 1998/06/23 19:39:01 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1998/06/24 14:42:40 mickey Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ - random.c ashrdi3.c divdi3.c + random.c ashrdi3.c divdi3.c strncpy.c -SRCS+= milli.S +SRCS+= milli.S bzero.S bcopy.S ffs.S |