Fix dump_lfs build following recent utmp changes.
This commit is contained in:
parent
0b03f5f98b
commit
451eb422ae
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/07/13 20:30:18 perseant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/08/02 12:29:36 scw Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
# lfs_inode.c LFS filestore-specific routines
|
||||
|
@ -10,15 +10,16 @@ PROG= dump_lfs
|
|||
LINKS= ${BINDIR}/dump_lfs ${BINDIR}/rdump_lfs
|
||||
CPPFLAGS+=-DRDUMP -I${.CURDIR} -I${.CURDIR}/../dump
|
||||
CPPFLAGS+=-DDUMP_LFS
|
||||
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
|
||||
# CPPFLAGS+= -DDEBUG -DTDEBUG -DFDEBUG -DWRITEDEBUG -DSTATS -DDIAGNOSTICS
|
||||
SRCS= itime.c main.c optr.c dumprmt.c rcache.c tape.c traverse.c unctime.c \
|
||||
ffs_bswap.c lfs_inode.c
|
||||
ffs_bswap.c lfs_inode.c utmpentry.c
|
||||
BINGRP= tty
|
||||
BINMODE=2555
|
||||
MAN= dump_lfs.8
|
||||
MLINKS+=dump_lfs.8 rdump_lfs.8
|
||||
CFLAGS+=-g
|
||||
|
||||
.PATH: ${.CURDIR}/../dump ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../../sys/ufs/ffs
|
||||
.PATH: ${.CURDIR}/../dump ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../../sys/ufs/ffs ${.CURDIR}/../../usr.bin/who
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue