mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
456f076f01
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>
|