diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-18 15:35:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-18 15:35:18 +0000 |
commit | 3dfab70e236e5864b7730ef23011246df9a692f6 (patch) | |
tree | ff1f6350845185d030992c1c1084a58047b5734b /sbin/atm | |
parent | 16baaa7b8bca759c512127c1479407400243dc25 (diff) | |
download | FreeBSD-src-3dfab70e236e5864b7730ef23011246df9a692f6.zip FreeBSD-src-3dfab70e236e5864b7730ef23011246df9a692f6.tar.gz |
style.Makefile(5)
Diffstat (limited to 'sbin/atm')
-rw-r--r-- | sbin/atm/atmconfig/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index 1de7a71..1146737 100644 --- a/sbin/atm/atmconfig/Makefile +++ b/sbin/atm/atmconfig/Makefile @@ -1,17 +1,16 @@ # Copyright (c) 2001-2003 # Fraunhofer Institute for Open Communication Systems (FhG Fokus). # All rights reserved. -# -# $FreeBSD$ -# # Author: Harti Brandt <brandt@fokus.gmd.de> # +# $FreeBSD$ + PROG= atmconfig SRCS= main.c diag.c natm.c MAN= atmconfig.8 WARNS= 9 FILES= atmconfig.help -FILESDIR=/usr/share/doc/atm +FILESDIR= /usr/share/doc/atm .include <bsd.prog.mk> |