repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
games
/
backgammon
/
teachgammon
/
Makefile
blob
a1319a1a0df5113643adb1a16916342e2c4dcca2
1
# $NetBSD: Makefile,v 1.10 2001/12/12 00:07:47 tv Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
NOMAN
=
# defined
5
6
PROG
=
teachgammon
7
SRCS
=
data.c teach.c ttext1.c ttext2.c tutor.c
8
9
.
include
<
bsd.prog.mk
>