mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00: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>
|