File: rules

package info (click to toggle)
dsniff 2.4b1%2Bdebian-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,972 kB
  • ctags: 2,482
  • sloc: ansic: 10,818; sh: 152; makefile: 121
file content (15 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all


include /usr/share/dpkg/architecture.mk
ifeq ($(origin CC),default)
export CC := $(DEB_HOST_GNU_TYPE)-gcc
endif

%:
	dh  $@
	
override_dh_auto_install:
	$(MAKE) install prefix=$(CURDIR)/debian/dsniff/usr