mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
16b6e015b2
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
25 lines
906 B
Diff
25 lines
906 B
Diff
--- 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
|
|
|