NetBSD/libexec/lfs_cleanerd/Makefile
dholland c13a12500a Tidy up the LFS userland build hacks.
Don't use -I${NETBSDSRCDIR}/sys; don't include files other than the
exported LFS headers, which are lfs.h, lfs_inode.h, and (for now)
lfs_extern.h.
2013-06-08 02:16:03 +00:00

15 lines
270 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/06/08 02:16:03 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
.include "Makefile.inc"
PROG= lfs_cleanerd
MAN= lfs_cleanerd.8
BINDIR= /libexec
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif
.include <bsd.prog.mk>