Home | History | Annotate | Line # | Download | only in lfs
Makefile revision 1.5
      1  1.5  perseant #	$NetBSD: Makefile,v 1.5 2025/10/21 04:25:31 perseant Exp $
      2  1.1     pooka #
      3  1.1     pooka 
      4  1.2  christos .include <bsd.own.mk>
      5  1.2  christos 
      6  1.1     pooka TESTSDIR=	${TESTSBASE}/fs/lfs
      7  1.1     pooka WARNS=		4
      8  1.1     pooka 
      9  1.4  perseant 
     10  1.5  perseant TESTS_C=	t_basic t_fcntl t_orphan t_pr t_resize t_rfw
     11  1.4  perseant SRCS.t_basic+=	util.c t_basic.c
     12  1.5  perseant SRCS.t_fcntl+=	util.c t_fcntl.c
     13  1.4  perseant SRCS.t_orphan+=	util.c t_orphan.c
     14  1.5  perseant SRCS.t_resize+=	util.c t_resize.c
     15  1.4  perseant SRCS.t_rfw+=	util.c t_rfw.c
     16  1.1     pooka 
     17  1.1     pooka LDADD+=-lrumpfs_lfs -lrumpfs_ffs				# fs drivers
     18  1.1     pooka LDADD+=-lrumpdev_disk -lrumpdev					# disk device
     19  1.2  christos LDADD+=${LIBRUMPBASE}
     20  1.1     pooka 
     21  1.1     pooka .include <bsd.test.mk>
     22