mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
92573623b9
Submitted by: Ulrich Spörlein
7 lines
85 B
Makefile
7 lines
85 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= cat
|
|
|
|
.include <bsd.prog.mk>
|