diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2013-08-14 11:10:02 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-08-14 11:10:02 +0000 |
| commit | 98ec2cd1facbb6a0e284fd0bacab33fbafb76fb8 (patch) | |
| tree | 2158e1c09a984412fbfaaf073f515cd4e8f1ea60 /make/rules.in | |
| parent | 2f7409b5f669dbe3c0a8e58d8f526cb6ac4f64e1 (diff) | |
Notes
Diffstat (limited to 'make/rules.in')
| -rw-r--r-- | make/rules.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/rules.in b/make/rules.in index ae02766604de..37bc50d82fec 100644 --- a/make/rules.in +++ b/make/rules.in @@ -358,3 +358,12 @@ ALWAYS_MAKE_SYMTABLE = @ALWAYS_MAKE_SYMTABLE@ .docbook.8: ${XSLTPROC} -o $@ ${top_srcdir}/doc/xsl/isc-manpage.xsl $< + +### +### Python executable +### +.SUFFIXES: .py +.py: + cp -f $< $@ + chmod +x $@ + |
