403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/sysutils/linuxfdisk/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/linuxfdisk/files/linuxfdisk-Makefile
all: fdisk cfdisk sfdisk

FDISK_OBJS = fdisk.o i386_sys_types.o partname.o \
	fdiskbsdlabel.o fdisksunlabel.o fdiskaixlabel.o fdisksgilabel.o \
	sys_bsd.o

SFDISK_OBJS = sfdisk.o sys_bsd.o i386_sys_types.o partname.o getopt.o getopt1.o

CFDISK_OBJS = cfdisk.o sys_bsd.o i386_sys_types.o

CFLAGS += -DUTIL_LINUX_VERSION=\"2.11z\" -I../getopt/gnu

INSTALL?=	install -c
## Debug
#CFLAGS+=	-O0 -g -Wall

fdisk: $(FDISK_OBJS)
	$(CC) -o fdisk $(FDISK_OBJS)

sfdisk: $(SFDISK_OBJS)
	$(CC) -o sfdisk $(SFDISK_OBJS)

cfdisk: $(CFDISK_OBJS)
	$(CC) -o cfdisk $(CFDISK_OBJS) -lncurses

getopt.o: ../getopt/gnu/getopt.c
getopt1.o: ../getopt/gnu/getopt1.c

install:
	$(INSTALL) -c -m 0555 -s fdisk ${DESTDIR}${PREFIX}/sbin/fdisk-linux
	$(INSTALL) -c -m 0555 -s cfdisk ${DESTDIR}${PREFIX}/sbin/cfdisk-linux
	$(INSTALL) -c -m 0555 -s sfdisk ${DESTDIR}${PREFIX}/sbin/sfdisk-linux
	$(INSTALL) -c -m 0644 fdisk.8 ${DESTDIR}${PREFIX}/man/man8/fdisk-linux.8
	$(INSTALL) -c -m 0644 cfdisk.8 ${DESTDIR}${PREFIX}/man/man8/cfdisk-linux.8
	$(INSTALL) -c -m 0644 sfdisk.8 ${DESTDIR}${PREFIX}/man/man8/sfdisk-linux.8

Youez - 2016 - github.com/yon3zu
LinuXploit