9 lines
115 B
Makefile
9 lines
115 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= banner
|
|
CFLAGS+=-Wall
|
|
MAN= banner.6
|
|
|
|
.include <bsd.prog.mk>
|