mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 14:41:08 +01:00
c6db8143ed
Reduce overlinking
13 lines
110 B
Makefile
13 lines
110 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= pmccontrol
|
|
MAN= pmccontrol.8
|
|
|
|
LIBADD+= pmc
|
|
|
|
SRCS= pmccontrol.c
|
|
|
|
.include <bsd.prog.mk>
|