fix build and add RCS ids

This commit is contained in:
Tobias Nygren 2015-03-21 23:59:25 +00:00 committed by Thomas Klausner
parent ef25d15ae7
commit b61d932981
4 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2015/03/21 23:37:22 tnn2 Exp $
# $NetBSD: Makefile,v 1.2 2015/03/21 23:59:25 tnn2 Exp $
DISTNAME= debootstrap_1.0.67
PKGNAME= ${DISTNAME:S/_/-/}
@ -62,7 +62,7 @@ post-extract:
mkdir ${WRKDIR}/${keyring_deb:S/.deb//}
cd ${WRKDIR}/${keyring_deb:S/.deb//} && ${XZCAT} ../data.tar.xz | ${TAR} xf -
.endfor
cp ${FILESDIR}/* ${WRKDIR}
cp ${FILESDIR}/[a-z]* ${WRKDIR}
set -e; cd ${WRKDIR}; for uue in *.uue; do uudecode $$uue; done
post-build:

View File

@ -1,3 +1,5 @@
$NetBSD: libfakesyscall-amd64.so.uue,v 1.2 2015/03/21 23:59:25 tnn2 Exp $
begin 644 libfakesyscall-amd64.so
M?T5,1@(!`0````````````,`/@`!````X`4```````!```````````@+````
M`````````$``.``&`$``'``9``$````%````````````````````````````

View File

@ -1,3 +1,5 @@
$NetBSD: libfakesyscall-i386.so.uue,v 1.2 2015/03/21 23:59:25 tnn2 Exp $
begin 644 libfakesyscall-i386.so
M?T5,1@$!`0````````````,``P`!````8`0``#0```"P"````````#0`(``&
M`"@`'``9``$```````````````````"(!@``B`8```4`````$````0```(@&

View File

@ -1,3 +1,5 @@
/* $NetBSD: libfakesyscall.c,v 1.2 2015/03/21 23:59:25 tnn2 Exp $ */
#define _GNU_SOURCE
#include <sys/syscall.h>
#include <dlfcn.h>