Skip to content
Snippets Groups Projects
Commit 7370ed01 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 995231ef
Branches
Tags
No related merge requests found
TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; fi)
all: $(TARGET)
install:
mkdir -p /usr/sbin
if [ "$(TARGET)" != "" ]; then \
for x in $(TARGET); do \
install -m 755 $$x /usr/sbin/astman; \
done ; \
fi
clean:
rm -f *.o astman
astman: astman.o
$(CC) -o astman astman.o -lnewt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment