Files
PDSos161/userland/sbin/dumpsfs/Makefile

16 lines
290 B
Makefile
Raw Normal View History

2020-04-06 18:30:47 +02:00
# 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"