mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 04:51:08 +01:00
3e11bd9e2a
Reduce overlinking
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= script
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|