This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbmon/Makefile.am
2001-08-17 05:46:24 +00:00

12 lines
280 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = .
noinst_PROGRAMS = mbmon
mbmon_SOURCES = mutil.c mbmon.c common.c mutil.h mbmon.h common.h
mbmon_LDADD = ../lib/libmemwatch.a
install-exec-local:
$(INSTALL) -s -o @OWNER@ -g @GROUP@ -m 0711 mbmon $(bindir)