Deleted Added
full compact
Makefile (105430) Makefile (108100)
1# $FreeBSD: head/lib/libstand/Makefile 105430 2002-10-19 02:23:09Z marcel $
1# $FreeBSD: head/lib/libstand/Makefile 108100 2002-12-19 19:34:59Z jake $
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
9LIB= stand

--- 148 unchanged lines hidden (view full) ---

158
159# network routines
160SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
161
162# network info services:
163SRCS+= bootp.c rarp.c bootparam.c
164
165# boot filesystems
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
9LIB= stand

--- 148 unchanged lines hidden (view full) ---

158
159# network routines
160SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
161
162# network info services:
163SRCS+= bootp.c rarp.c bootparam.c
164
165# boot filesystems
166SRCS+= ufs.c nfs.c cd9660.c tftp.c zipfs.c bzipfs.c
166SRCS+= ufs.c nfs.c cd9660.c tftp.c gzipfs.c bzipfs.c
167SRCS+= netif.c nfs.c
168SRCS+= dosfs.c ext2fs.c
169SRCS+= splitfs.c
170
171.include <bsd.lib.mk>
167SRCS+= netif.c nfs.c
168SRCS+= dosfs.c ext2fs.c
169SRCS+= splitfs.c
170
171.include <bsd.lib.mk>