diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-10-30 10:22:17 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-10-30 10:22:17 +0000 |
commit | 753808a8145cb55e3510951c046e5b281c54eae6 (patch) | |
tree | 643e0636daec2ed69e21768f9dfaea57441b6355 /distrib | |
parent | b7135445f9f43968cff29a5f39f880fce033eb68 (diff) |
Missed that SUBDIR remnant in previous.
prodded by a mail from "multiplexd"
ok robert@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/syspatch/Makefile.000 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/syspatch/Makefile.000 b/distrib/syspatch/Makefile.000 index 4ac73336294..239acaa6422 100644 --- a/distrib/syspatch/Makefile.000 +++ b/distrib/syspatch/Makefile.000 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.000,v 1.3 2018/10/27 16:49:16 ajacoutot Exp $ +# $OpenBSD: Makefile.000,v 1.4 2018/10/30 10:22:16 ajacoutot Exp $ # Set ERRATA to match the errata on the mirrors ERRATA = 000_dummy @@ -9,10 +9,4 @@ ERRATA = 000_dummy # xenocara - run make targets in the specified subdir(s) for xenocara # BUILD = ??? (defaults to src) -# A helper target called `findstatic' is available so that a list of -# directories can be created. `make -f Makefile.000 LIB=util findstatic' -# will give a list of directories that have to be added to SUBDIR because -# they statically link libutil. -# This is a best-guess function so a manual check is always necessary. - .include <bsd.syspatch.mk> |