summaryrefslogtreecommitdiff
path: root/sys/lib/libnetboot/Makefile
blob: 3d0d14a404bd00627acec0eb103378a277f34c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$Id: Makefile,v 1.8 1993/10/23 02:33:48 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 -Wall

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

NOPROFILE=
NOPIC=
OBJMACHINE=

install:

.include <bsd.lib.mk>