diff options
Diffstat (limited to 'package/rxvt')
-rw-r--r-- | package/rxvt/Config.in | 8 | ||||
-rw-r--r-- | package/rxvt/Makefile.in | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/rxvt/Config.in b/package/rxvt/Config.in new file mode 100644 index 000000000..c6124923a --- /dev/null +++ b/package/rxvt/Config.in @@ -0,0 +1,8 @@ +# + +config BR2_PACKAGE_RXVT + bool"rxvt" + default n + help + Add help text here. + diff --git a/package/rxvt/Makefile.in b/package/rxvt/Makefile.in new file mode 100644 index 000000000..bb6ff664d --- /dev/null +++ b/package/rxvt/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_RXVT)),y) +TARGETS+=rxvt +endif |