]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/usr.sbin/atm/atmarpd/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / usr.sbin / atm / atmarpd / Makefile
1 # ===================================
2 # HARP  |  Host ATM Research Platform
3 # ===================================
4 #
5 #
6 # This Host ATM Research Platform ("HARP") file (the "Software") is
7 # made available by Network Computing Services, Inc. ("NetworkCS")
8 # "AS IS".  NetworkCS does not provide maintenance, improvements or
9 # support of any kind.
10 #
11 # NETWORKCS MAKES NO WARRANTIES OR REPRESENTATIONS, EXPRESS OR IMPLIED,
12 # INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY
13 # AND FITNESS FOR A PARTICULAR PURPOSE, AS TO ANY ELEMENT OF THE
14 # SOFTWARE OR ANY SUPPORT PROVIDED IN CONNECTION WITH THIS SOFTWARE.
15 # In no event shall NetworkCS be responsible for any damages, including
16 # but not limited to consequential damages, arising from or relating to
17 # any use of the Software or related support.
18 #
19 # Copyright 1994-1998 Network Computing Services, Inc.
20 #
21 # Copies of this Software may be made, however, the above copyright
22 # notice must be reproduced on all copies.
23 #
24 #       @(#) $FreeBSD$
25
26 PROG=   atmarpd
27 MAN=    atmarpd.8
28 SRCS=   atmarpd.c atmarp_config.c atmarp_log.c atmarp_scsp.c \
29         atmarp_subr.c atmarp_timer.c
30
31 CFLAGS+= -I${.CURDIR}/../../../sys
32
33 LDADD=  -latm -lmd
34 DPADD=  ${LIBATM} ${LIBMD}
35
36 .include <bsd.prog.mk>