2d4295eb29
building and dependencies.
13 lines
196 B
Makefile
13 lines
196 B
Makefile
# $Id: Makefile,v 1.1 1993/10/13 05:41:15 cgd Exp $
|
|
|
|
LIB= netboot
|
|
SRCS= arp.c bootp.c exec.c in_cksum.c netif.c net.c nfsboot.c \
|
|
rpc.c util.c
|
|
|
|
NOPROFILE=
|
|
NOPIC=
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|