eacae6dc66
Sponsored by: EMC / Isilon Storage Division
11 lines
154 B
Makefile
11 lines
154 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= caesar
|
|
LIBADD= m
|
|
SCRIPTS=rot13.sh
|
|
MAN= caesar.6
|
|
MLINKS= caesar.6 rot13.6
|
|
|
|
.include <bsd.prog.mk>
|