1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-01 17:21:11 +00:00
bsdgames/caesar/Makefile.bsd

12 lines
219 B
Makefile
Raw Permalink Normal View History

2012-02-25 17:04:33 +00:00
# $NetBSD: Makefile,v 1.6 1997/03/24 22:15:40 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= caesar
MAN= caesar.6
DPADD= ${LIBM}
LDADD= -lm
MLINKS= caesar.6 rot13.6
SCRIPTS=rot13.sh
.include <bsd.prog.mk>