freebsd-dev/usr.bin/caesar/Makefile
Bryan Drewery eacae6dc66 Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

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>