c6b475170c
Reported by: swildner@DragonflyBSD.org
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= split
|
|
LDADD= -lutil
|
|
DPADD= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|