1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

add libutil, missed with fsck_ext2fs commit (oops, I didn't realise it was

used in ramdisks).  reported/ok tb@
This commit is contained in:
sthen 2024-12-18 14:09:18 +00:00
parent 8f80aa97a4
commit 7502f20057

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2023/08/14 08:56:20 kn Exp $
# $OpenBSD: Makefile,v 1.4 2024/12/18 14:09:18 sthen Exp $
PROG= fsck_ext2fs
SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c fsutil.c setup.c utilities.c ext2fs_bswap.c
CFLAGS+= -I${.CURDIR}/../../../sbin/fsck -DSMALL
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.PATH: ${.CURDIR}/../../../sbin/fsck_ext2fs
.PATH: ${.CURDIR}/../../../sbin/fsck