summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-16 01:14:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-16 01:14:22 +0000
commit85be12510fff2921766809d98abb7ca9e59552cd (patch)
treea694e67a90e83cbaa655bc594b1d43d996a107df /sys/lib/libkern/Makefile
parentd9786a8a6d48519acdf1233107ea31a88fe6fec8 (diff)
add getsn(char *buf, int len)
Diffstat (limited to 'sys/lib/libkern/Makefile')
-rw-r--r--sys/lib/libkern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile
index 4cb172a104e..03c107b20ab 100644
--- a/sys/lib/libkern/Makefile
+++ b/sys/lib/libkern/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1996/05/22 12:06:38 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1996/06/16 01:14:20 deraadt Exp $
# $NetBSD: Makefile,v 1.27 1996/05/10 21:27:32 scottr Exp $
LIB= kern
@@ -24,7 +24,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
.endif
# Other stuff
-SRCS+= md5.c
+SRCS+= md5.c getsn.c
CLEANFILES+= lib${LIB}.o lib${LIB}.po