Home | History | Annotate | Line # | Download | only in lfs_cleanerd
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 2009/08/06 00:51:55 pooka Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      3 
      4 .include "Makefile.inc"
      5 
      6 PROG=	lfs_cleanerd
      7 MAN=	lfs_cleanerd.8
      8 
      9 BINDIR=		/libexec
     10 .if (${MKDYNAMICROOT} == "no")
     11 LDSTATIC?=      -static
     12 .endif
     13 
     14 .include <bsd.prog.mk>
     15