More minor IPI work.
[dragonfly/vkernel-mp.git] / usr.sbin / atm / scspd / Makefile
blob7eca73fb4afc458bda0505e009c4bd0c95d26b2e
3 # ===================================
4 # HARP | Host ATM Research Platform
5 # ===================================
8 # This Host ATM Research Platform ("HARP") file (the "Software") is
9 # made available by Network Computing Services, Inc. ("NetworkCS")
10 # "AS IS". NetworkCS does not provide maintenance, improvements or
11 # support of any kind.
13 # NETWORKCS MAKES NO WARRANTIES OR REPRESENTATIONS, EXPRESS OR IMPLIED,
14 # INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY
15 # AND FITNESS FOR A PARTICULAR PURPOSE, AS TO ANY ELEMENT OF THE
16 # SOFTWARE OR ANY SUPPORT PROVIDED IN CONNECTION WITH THIS SOFTWARE.
17 # In no event shall NetworkCS be responsible for any damages, including
18 # but not limited to consequential damages, arising from or relating to
19 # any use of the Software or related support.
21 # Copyright 1994-1998 Network Computing Services, Inc.
23 # Copies of this Software may be made, however, the above copyright
24 # notice must be reproduced on all copies.
26 # @(#) $FreeBSD: src/usr.sbin/atm/scspd/Makefile,v 1.6.2.2 2001/04/25 12:09:19 ru Exp $
27 # @(#) $DragonFly: src/usr.sbin/atm/scspd/Makefile,v 1.2 2003/06/17 06:29:52 dillon Exp $
31 PROG= scspd
32 SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
33 scsp_config_parse.y \
34 scsp_hfsm.c scsp_if.c scsp_input.c scsp_log.c scsp_msg.c \
35 scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c \
36 scsp_timer.c
37 MAN= scspd.8
39 CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
40 LDADD+= -latm -lmd
41 DPADD+= ${LIBATM} ${LIBMD}
43 YFLAGS= -d
45 .include <bsd.prog.mk>