Home | History | Annotate | Line # | Download | only in apm
Makefile revision 1.1
      1  1.1  hubertf #	$NetBSD: Makefile,v 1.1 2000/01/03 22:48:32 hubertf Exp $
      2  1.1  hubertf 
      3  1.1  hubertf .include <bsd.own.mk>
      4  1.1  hubertf 
      5  1.1  hubertf .if ${MKSHARE} != "no"
      6  1.1  hubertf FILES=	script
      7  1.1  hubertf FILESDIR=/usr/share/examples/apm
      8  1.1  hubertf .endif
      9  1.1  hubertf MKOBJ=	no
     10  1.1  hubertf 
     11  1.1  hubertf .include <bsd.prog.mk>
     12