Initial Spring 2016 commit.
This commit is contained in:
18
userland/sbin/sfsck/Makefile
Normal file
18
userland/sbin/sfsck/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Makefile for sfsck
|
||||
|
||||
TOP=../../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
PROG=sfsck
|
||||
SRCS=\
|
||||
main.c pass1.c pass2.c \
|
||||
inode.c freemap.c sb.c \
|
||||
sfs.c utils.c \
|
||||
../mksfs/disk.c ../mksfs/support.c
|
||||
CFLAGS+=-I../mksfs
|
||||
HOST_CFLAGS+=-I../mksfs
|
||||
BINDIR=/sbin
|
||||
HOSTBINDIR=/hostbin
|
||||
|
||||
.include "$(TOP)/mk/os161.prog.mk"
|
||||
.include "$(TOP)/mk/os161.hostprog.mk"
|
Reference in New Issue
Block a user