Initial Spring 2016 commit.
This commit is contained in:
15
userland/sbin/dumpsfs/Makefile
Normal file
15
userland/sbin/dumpsfs/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# Makefile for dumpsfs
|
||||
|
||||
TOP=../../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
PROG=dumpsfs
|
||||
SRCS=dumpsfs.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