NetBSD/libexec/lfs_cleanerd/Makefile
mrg c2082ece61 remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds
that are now handled by lfs_accessors.h internally.
2020-09-07 03:09:53 +00:00

15 lines
265 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/09/07 03:09:53 mrg 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>