8 lines
109 B
Makefile
8 lines
109 B
Makefile
|
# Makefile for profile and cprofalyze.pl
|
||
|
|
||
|
PROG= profile
|
||
|
SCRIPTS= cprofalyze.pl
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|