summaryrefslogtreecommitdiff
path: root/bin/cp/Makefile
blob: 4760d2c9226399df38b7ea13ed8e34805fc766f6 (plain)
1
2
3
4
5
6
7
#	$NetBSD: Makefile,v 1.9 1997/07/20 22:36:37 christos Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	cp
SRCS=	cp.c utils.c

.include <bsd.prog.mk>
urn14drochner 2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner 2003-10-05s/sigcontext/siginfo/scw 2003-10-05libc bits for siginfo on sh5.scw 2003-08-12Pop the caller's PIC prologue and push our own, as we can be calledscw 2003-08-10Repeat after me: Thou shalt run the regression tests.scw 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-03-24Much rototilling to add PIC support.scw 2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw 2003-01-22Now make these actually work.scw 2003-01-19SH5 libc ucontext/lwp support.scw 2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej 2002-09-04Make it plain to the compiler that __sigtramp_sigcontext_1() really isscw 2002-09-04Use r4 to preserve the filedes pointer across the syscall instead of r3.scw 2002-07-11Fix a tryping error.scw 2002-07-11Userland side of SH5 signals/setjmp.scw 2002-07-10Compensate for an over-pedantic assembler.scw 2002-07-10Fixed a botched blink insn.scw 2002-07-10Remove whitespace from WEAK_ALIAS macro invocation.scw 2002-07-05NetBSD, meet the SH-5 cpu.scw