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 | e2d8fdfce10f7a48ce92d244064a02ab3fe023d0 (patch) | |
tree | 0576e4eb93985e02249efc857ab81605df57d7c6 /mkbootfs | |
parent | b1dfa8a8ab7adcfa953bd6cccff63bd224159471 (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 |