81d50432af
MFC After: 1 week
10 lines
111 B
Makefile
10 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= banner
|
|
MAN= banner.6
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|