mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
0a5779d45b
- MAN[1-9] -> MAN.
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
# $FreeBSD$
|
|
|
|
PROG= comcontrol
|
|
MAN= comcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|