Home | History | Annotate | Line # | Download | only in common_source
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1999/03/13 23:22:11 lukem Exp $
      2 
      3 LIB=	common
      4 SRCS=	common.c displayq.c rmjob.c startdaemon.c
      5 
      6 MKLINT=		no
      7 MKPIC=		no
      8 MKPROFILE=	no
      9 
     10 # only needed during build
     11 libinstall::
     12 
     13 .include <bsd.lib.mk>
     14