Port to linux

This commit is contained in:
christos 2016-06-08 01:19:05 +00:00
parent 7a9cbcee88
commit 56eb3ad46e
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile.linux,v 1.1 2016/06/08 01:19:05 christos Exp $
SRCS=moptrace.c
OBJS=${SRCS:.c=.o}
LDLIBS+=../common/libcommon.a
CFLAGS+=-I../common
moptrace: ${OBJS}
clean:
rm -f ${OBJS} moptrace

View File

@ -1,4 +1,4 @@
/* $NetBSD: moptrace.c,v 1.11 2011/08/30 19:49:11 joerg Exp $ */
/* $NetBSD: moptrace.c,v 1.12 2016/06/08 01:19:05 christos Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "port.h"
#ifndef lint
__RCSID("$NetBSD: moptrace.c,v 1.11 2011/08/30 19:49:11 joerg Exp $");
__RCSID("$NetBSD: moptrace.c,v 1.12 2016/06/08 01:19:05 christos Exp $");
#endif
/*