mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
c6db8143ed
Reduce overlinking
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= repquota
|
|
MAN= repquota.8
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|