diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 10:25:53 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 10:25:53 +0000 |
| commit | fb289f8f7098fea49f92bb6a4646e92fffe0a388 (patch) | |
| tree | 2fe7744e84e6a82edc3d630c128248edcb310991 /security/lxnb/files/patch-aa | |
| parent | Grr, add the rest of these files. (diff) | |
lxnb is a NetBus 1.60 client for remote administration of Windows machines
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=26562
Diffstat (limited to 'security/lxnb/files/patch-aa')
| -rw-r--r-- | security/lxnb/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/lxnb/files/patch-aa b/security/lxnb/files/patch-aa new file mode 100644 index 000000000000..16f15b38fae0 --- /dev/null +++ b/security/lxnb/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Sat Aug 22 09:03:00 1998 ++++ Makefile Sun Mar 5 02:20:19 2000 +@@ -1,12 +1,17 @@ + # Makefile for the Linux Netbus Client by noupe@efnet #hack.se + +-CC = gcc -Wall -O3 ++CC ?= gcc ++CFLAGS ?= -O3 ++CFLAGS += -Wall + OBJEKTFILER = lxnetbus.o lxnbfunc.o lxnbmenu.o + +- + all: ${OBJEKTFILER} lxnetbus + + lxnetbus: ${OBJEKTFILER} ++ ${CC} ${CFLAGS} -o $@ ${OBJEKTFILER} ++ ++install: ++ install -c -m 755 lxnetbus ${PREFIX}/bin/lxnb + + clean: + rm -f *.o *~ diskdump.txt screendump.jpg |
