diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:21:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:21:56 +0000 |
commit | c77ca9c78181c93bc67c2a42454c33bcfe22055e (patch) | |
tree | 6529134be2e083cd999a7cc4d62a79bd1cddfd8b /mkbootfs | |
parent | 8cfaa3d74dff09ccac61604d013115d40ea50b69 (diff) |
Formerly Makefile.~10~
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 |