blob: c33515aa0cc174afa1f1072b9e3630e077b6564b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $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>
|