diff options
Diffstat (limited to 'doc/Makefile.Linux')
-rw-r--r-- | doc/Makefile.Linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.Linux b/doc/Makefile.Linux new file mode 100644 index 00000000..5981ec1d --- /dev/null +++ b/doc/Makefile.Linux @@ -0,0 +1,5 @@ +SRCS+= net.example.in + +.SUFFIXES: .Linux.in +.Linux.in: + sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ |