1</$objtype/mkfile 2 3TARG=patch 4 5OFILES=\ 6 addext.$O\ 7 argmatch.$O\ 8 backupfile.$O\ 9 basename.$O\ 10 getopt.$O\ 11 getopt1.$O\ 12 inp.$O\ 13 maketime.$O\ 14 partime.$O\ 15 patch.$O\ 16 pch.$O\ 17 quotearg.$O\ 18 util.$O\ 19 version.$O\ 20 21HFILES=\ 22 backupfile.h\ 23 common.h\ 24 getopt.h\ 25 maketime.h\ 26 inp.h\ 27 partime.h\ 28 quotearg.h\ 29 pch.h\ 30 util.h\ 31 version.h\ 32 33BIN=/$objtype/bin/ape 34 35</sys/src/cmd/mkone 36 37CC=pcc -c 38CFLAGS=-B -p -D_POSIX_SOURCE \ 39 -D_BSD_EXTENSION -I. -DHAVE_CONFIG_H \ 40 -Ded_PROGRAM="/bin/ed" 41 42