summaryrefslogtreecommitdiff
path: root/sys/lib/libnetboot/Makefile
blob: ee1aabbce76a4f46a48c0ef156b454f3825ff0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.10 1994/10/26 06:42:58 cgd Exp $

LIB=	netboot
SRCS+=	arp.c bootinfo.c bootp.c exec.c globals.c in_cksum.c \
	net.c netif.c rpc.c util.c

SRCS+=	boot_nfs.c boot_tftp.c

CFLAGS+=	-DDEBUG
CFLAGS+=	-DPARANOID

CFLAGS+=	-I${.CURDIR}/../libc_sa

NOPROFILE=
NOPIC=
OBJMACHINE=

install:

.include <bsd.lib.mk>