Files removed can be found at folowing location for future reference, so that someone can make ports of Japanese manpages of ports: ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/work/contrib/
17 lines
226 B
Makefile
17 lines
226 B
Makefile
# $FreeBSD$
|
|
MAN6 = banner.6\
|
|
bcd.6\
|
|
caesar.6\
|
|
factor.6\
|
|
fortune.6\
|
|
grdc.6\
|
|
intro.6\
|
|
morse.6\
|
|
number.6\
|
|
pom.6\
|
|
random.6\
|
|
|
|
MLINKS+=bcd.6 ppt.6
|
|
MLINKS+=factor.6 primes.6
|
|
MLINKS+=caesar.6 rot13.6
|
|
.include "bsd.prog.mk"
|