File: Makefile.bsd

package info (click to toggle)
bsdgames 2.13-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,024 kB
  • ctags: 4,644
  • sloc: ansic: 60,082; sh: 1,214; yacc: 321; lex: 79; makefile: 79; sed: 13; csh: 5
file content (14 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $

LIB=	common
SRCS=	allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
	table.c

MKLINT=	no
MKPIC=	no
MKPROFILE=no

# only needed during build
libinstall::

.include <bsd.lib.mk>