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