diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 24ade54..85f815f 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -32,8 +32,7 @@ LDIRS= BSD_daemon \ slattach \ sliplogin \ startslip \ - sunrpc \ - worm + sunrpc XFILES= BSD_daemon/FreeBSD.pfa \ BSD_daemon/README \ @@ -248,9 +247,7 @@ XFILES= BSD_daemon/FreeBSD.pfa \ sunrpc/sort/Makefile \ sunrpc/sort/rsort.c \ sunrpc/sort/sort.x \ - sunrpc/sort/sort_proc.c \ - worm/README \ - worm/makecdfs.sh + sunrpc/sort/sort_proc.c BINDIR= ${SHAREDIR}/examples |