7d2d6deecf
Man pages fixes. Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
12 lines
206 B
Makefile
12 lines
206 B
Makefile
#
|
|
# $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= arlconfig
|
|
SRCS= arlconfig.c
|
|
CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE
|
|
MAN= arlconfig.8
|
|
|
|
.include <bsd.prog.mk>
|