Deleted Added
full compact
Makefile (118824) Makefile (119075)
1# Copyright (c) 2001-2003
2# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3# All rights reserved.
1# Copyright (c) 2001-2003
2# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3# All rights reserved.
4#
5# $FreeBSD: head/sbin/atm/atmconfig/Makefile 118824 2003-08-12 14:25:57Z harti $
6#
7# Author: Harti Brandt <brandt@fokus.gmd.de>
8#
4# Author: Harti Brandt <brandt@fokus.gmd.de>
5#
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 119075 2003-08-18 15:35:18Z obrien $
7
9PROG= atmconfig
10SRCS= main.c diag.c natm.c
11MAN= atmconfig.8
12WARNS= 9
13
14FILES= atmconfig.help
8PROG= atmconfig
9SRCS= main.c diag.c natm.c
10MAN= atmconfig.8
11WARNS= 9
12
13FILES= atmconfig.help
15FILESDIR=/usr/share/doc/atm
14FILESDIR= /usr/share/doc/atm
16
17.include <bsd.prog.mk>
15
16.include <bsd.prog.mk>