X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.osf;fp=chat%2FMakefile.osf;h=021b399c5cfac9d262716211a46a180add91552f;hp=0000000000000000000000000000000000000000;hb=da8858c1d178b08637b25fda7e2d36de0bec0e29;hpb=71912ccb354ebe4cc247da4a1ec0acb44430fbff;ds=sidebyside diff --git a/chat/Makefile.osf b/chat/Makefile.osf new file mode 100644 index 0000000..021b399 --- /dev/null +++ b/chat/Makefile.osf @@ -0,0 +1,14 @@ +# +# Makefile for chat on OSF/1 +# + +all: chat + +chat: chat.o + $(CC) -o chat chat.o + +install: chat + installbsd -c chat $(BINDIR)/chat + +clean: + rm -f *~ *.o chat