style.Makefile(5)

This commit is contained in:
David E. O'Brien 2003-08-18 15:35:18 +00:00
parent df171de056
commit 7ac81ce4b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119075

View file

@ -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>