diff options
Diffstat (limited to 'system/heirloom-pax/makefile.patch')
-rw-r--r-- | system/heirloom-pax/makefile.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/heirloom-pax/makefile.patch b/system/heirloom-pax/makefile.patch new file mode 100644 index 0000000000..b0a33c1fc2 --- /dev/null +++ b/system/heirloom-pax/makefile.patch @@ -0,0 +1,25 @@ +--- makefile.original ++++ makefile +@@ -1,21 +1,6 @@ + SHELL = /bin/sh + +-SUBDIRS = build libwchar libcommon libuxre _install \ +- banner basename bc bdiff bfs \ +- cal calendar cat chmod chown \ +- cksum cmp col comm copy cp cpio csplit cut \ +- date dc dd deroff diff diff3 dircmp dirname df du \ +- echo ed env expand expr \ +- factor file find fmt fmtmsg fold \ +- getconf getopt grep groups hd head hostname id join \ +- kill line listusers ln logins logname ls \ +- mail man mesg mkdir mkfifo mknod more mvdir \ +- nawk news nice nl nohup oawk od \ +- paste pathchk pg pgrep pr printenv printf priocntl ps psrinfo pwd \ +- random renice rm rmdir \ +- sdiff sed setpgrp shl sleep sort spell split stty su sum sync \ +- tabs tail tapecntl tar tcopy tee test time touch tr true tsort tty \ +- ul uname uniq units users wc what who whoami whodo xargs yes ++SUBDIRS = build libcommon libuxre cpio + + dummy: makefiles all + |