Home | History | Annotate | Line # | Download | only in common_source
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 1999/02/13 02:54:20 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 MKPROFILE=no
      8 MKPIC=	no
      9 
     10 # only needed during build
     11 libinstall::
     12 
     13 .include <bsd.lib.mk>
     14