13 lines
196 B
Makefile
13 lines
196 B
Makefile
# $Id: Makefile,v 1.2 1993/10/13 11:16:30 cgd Exp $
|
|
|
|
LIB= netboot
|
|
SRCS= arp.c bootp.c exec.c in_cksum.c net.c netif.c nfsboot.c \
|
|
rpc.c util.c
|
|
|
|
NOPROFILE=
|
|
NOPIC=
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|