summaryrefslogtreecommitdiff
path: root/libexec/tftpd/Makefile
blob: 693ea8b6d15b2405d0e4ff853448aa2a23f84a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.14 2011/10/13 17:23:29 plunky Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93

WARNS?=	4

.include <bsd.own.mk>

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
MAN=	tftpd.8
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/tftp
.PATH:	${NETBSDSRCDIR}/usr.bin/tftp

.include <bsd.prog.mk>
m the vmlocking branch:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej 2005-02-04de-__Pperry 2003-05-03DMA, not dma nor Dma.wiz 2003-01-31Use aprint_*().thorpej 2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add/cleanup RCSIDlukem 2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej 2001-07-07bzero -> memsetthorpej 2001-06-09If the adapter is returning a selection timeout, then we should bebriggs 2001-06-09Patches from takashi.yamamoto@bigfoot.com in kern/13139.briggs 2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer 2001-03-27Cast to u_int64_t when computing callout argument, to avoid int overflow.bouyer 2001-03-08Preliminary support for detaching an "adv" instance. Thisthorpej 2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej 2000-11-14NBPG -> PAGE_SIZEthorpej 2000-08-11Make our policy WRT tagged queueing consistent and sane: ordered tags for syn...tls 2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg 2000-06-26remove redundant vm includes.mrg 2000-03-23New callout mechanism with two major improvements over the oldthorpej 2000-02-12If we got an xfer from our backlog queue, don't allow sleeping; we're inthorpej