Skip to content

Commit adcc1e4

Browse files
committed
bin/xbps-sign: wip
1 parent a11f404 commit adcc1e4

File tree

8 files changed

+550
-1
lines changed

8 files changed

+550
-1
lines changed

bin/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SUBDIRS += xbps-checkvers
1414
SUBDIRS += xbps-fbulk
1515
SUBDIRS += xbps-digest
1616
SUBDIRS += xbps-fetch
17+
SUBDIRS += xbps-sign
1718

1819
ifeq (${XBPS_OS},linux)
1920
SUBDIRS += xbps-uchroot

bin/xbps-sign/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TOPDIR = ../..
2+
-include $(TOPDIR)/config.mk
3+
4+
BIN = xbps-sign
5+
6+
include $(TOPDIR)/mk/prog.mk

0 commit comments

Comments
 (0)