Home | History | Annotate | Line # | Download | only in common_source
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $
      2 
      3 LIB=	common
      4 SRCS=	allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
      5 	table.c
      6 
      7 MKLINT=	no
      8 MKPIC=	no
      9 MKPROFILE=no
     10 
     11 # only needed during build
     12 libinstall::
     13 
     14 .include <bsd.lib.mk>
     15