1 ## -*- makefile -*- ------------------------------------------------------
3 ## Copyright 2001 H. Peter Anvin - All Rights Reserved
5 ## This program is free software available under the same license
6 ## as the "OpenBSD" operating system, distributed at
7 ## http://www.openbsd.org/.
9 ## -----------------------------------------------------------------------
15 ## Basic Makefile definitions
18 # Source and object root
24 exec_prefix = @exec_prefix@
26 # Directory for user binaries
39 # Install into alternate root area, e.g. for package generation
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
50 # Compiler and compiler flags
52 CFLAGS = @CFLAGS@ -I$(SRCROOT)
57 # Libraries (client and server)
58 TFTP_LIBS = ../common/libcommon.a @TFTP_LIBS@
59 TFTPD_LIBS = ../common/libcommon.a @TFTPD_LIBS@
61 # Additional library we need to build
64 # Additional tftpd objects we need to build
65 TFTPDOBJS = @TFTPDOBJS@
67 # ar and ranlib (for making libraries)