7 lines
137 B
Makefile
7 lines
137 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 23:50:03 mycroft Exp $
|
|
|
|
PROG= tsort
|
|
|
|
.include <bsd.prog.mk>
|