Deleted Added
full compact
Makefile (119073) Makefile (171453)
1# ===================================
2# HARP | Host ATM Research Platform
3# ===================================
4#
5# This Host ATM Research Platform ("HARP") file (the "Software") is
6# made available by Network Computing Services, Inc. ("NetworkCS")
7# "AS IS". NetworkCS does not provide maintenance, improvements or
8# support of any kind.

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

16# any use of the Software or related support.
17#
18# Copyright 1994-1998 Network Computing Services, Inc.
19#
20# Copies of this Software may be made, however, the above copyright
21# notice must be reproduced on all copies.
22#
23# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
1# ===================================
2# HARP | Host ATM Research Platform
3# ===================================
4#
5# This Host ATM Research Platform ("HARP") file (the "Software") is
6# made available by Network Computing Services, Inc. ("NetworkCS")
7# "AS IS". NetworkCS does not provide maintenance, improvements or
8# support of any kind.

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

16# any use of the Software or related support.
17#
18# Copyright 1994-1998 Network Computing Services, Inc.
19#
20# Copies of this Software may be made, however, the above copyright
21# notice must be reproduced on all copies.
22#
23# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
24# $FreeBSD: head/sbin/atm/Makefile 119073 2003-08-18 15:32:16Z obrien $
24# $FreeBSD: head/sbin/atm/Makefile 171453 2007-07-14 21:49:24Z rwatson $
25
25
26SUBDIR= atm \
27 atmconfig \
28 fore_dnld \
29 ilmid
26SUBDIR= atmconfig
30
27
28# Disabled in 7.0 as netatm is not MPSAFE.
29# atm \
30# fore_dnld \
31# ilmid
32
31.include <bsd.subdir.mk>
33.include <bsd.subdir.mk>