diff options
Diffstat (limited to 'mkbootfs')
-rw-r--r-- | mkbootfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index a65cd722..95fcd542 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -19,6 +19,8 @@ dir := mkbootfs include ../Makeconf DIST_FILES = mkbootfs.c Makefile ChangeLog +SRCS = mkbootfs.c + all: mkbootfs mkbootfs: mkbootfs.c rsh -n $(mighost) cd `pwd` \; $(MIGHOSTCC) mkbootfs.c -o mkbootfs |