Module Name:    src
Committed By:   pooka
Date:           Sun Mar 16 14:14:40 UTC 2014

Modified Files:
        src/sys/rump/kern/lib/libsys_sunos: Makefile

Log Message:
fix tyop


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/kern/lib/libsys_sunos/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsys_sunos/Makefile
diff -u src/sys/rump/kern/lib/libsys_sunos/Makefile:1.2 src/sys/rump/kern/lib/libsys_sunos/Makefile:1.3
--- src/sys/rump/kern/lib/libsys_sunos/Makefile:1.2	Thu Mar 13 02:04:14 2014
+++ src/sys/rump/kern/lib/libsys_sunos/Makefile	Sun Mar 16 14:14:40 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.2 2014/03/13 02:04:14 pooka Exp $
+#	$NetBSD: Makefile,v 1.3 2014/03/16 14:14:40 pooka Exp $
 #
 
 LIB=	rumpkern_sys_sunos
 
 SRCS=	rump_sunos_compat.c rump_sunos_sysent.c
-SRCS+	sys_sunos_component.c
+SRCS+=	sys_sunos_component.c
 
 # XXX
 CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern

Reply via email to