File: Makefile

package info (click to toggle)
ca-certificates 20250419
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,760 kB
  • sloc: sh: 461; python: 106; makefile: 66; ansic: 12
file content (14 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile
#
#

SBINDIR = /usr/sbin

all:

clean:

install:
	install -d $(DESTDIR)$(SBINDIR)
	install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/